> * Allow only owner to create indexes
This commit is contained in:
Bruce Momjian 2002-01-03 17:31:52 +00:00
parent 13acb5b37d
commit b8ef396d6b
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Thu Jan 3 12:29:05 EST 2002
Last updated: Thu Jan 3 12:30:27 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -152,6 +152,7 @@ INDEXES
* -Use indexes with CIDR '<<' (contains) operator
* Improve concurrency in GIST
* Add FILLFACTOR to index creation
* Allow only owner to create indexes
SYSTEM TABLES