aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-01-04 04:53:26 +0000
committerBruce Momjian <bruce@momjian.us>2002-01-04 04:53:26 +0000
commitf27b0eeea78518ebfadcc28970df4788e5d19a39 (patch)
treefa168721a9279c3dcc8eaca1855e1acf8dc23d87
parentdc6b4deb9717a9f03b2f93baca9f93f13786e26b (diff)
downloadpostgresql-f27b0eeea78518ebfadcc28970df4788e5d19a39.tar.gz
postgresql-f27b0eeea78518ebfadcc28970df4788e5d19a39.zip
Remove:
< * Allow only owner to create indexes
-rw-r--r--doc/TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 51aff5593e0..ca5e41a8913 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Jan 3 16:14:26 EST 2002
+Last updated: Thu Jan 3 23:53:14 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -153,7 +153,6 @@ INDEXES
* -Use indexes with CIDR '<<' (contains) operator
* Improve concurrency in GIST
* Add FILLFACTOR to index creation
-* Allow only owner to create indexes
SYSTEM TABLES