< * Allow only owner to create indexes
This commit is contained in:
Bruce Momjian 2002-01-04 04:53:26 +00:00
parent dc6b4deb97
commit f27b0eeea7
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -153,7 +153,6 @@ INDEXES
* -Use indexes with CIDR '<<' (contains) operator * -Use indexes with CIDR '<<' (contains) operator
* Improve concurrency in GIST * Improve concurrency in GIST
* Add FILLFACTOR to index creation * Add FILLFACTOR to index creation
* Allow only owner to create indexes
SYSTEM TABLES SYSTEM TABLES