From: Bruce Momjian Date: Thu, 3 Jan 2002 17:31:52 +0000 (+0000) Subject: Added: X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=3b1dd0db1ca52744e644f1a50e07b54f2bce08ac;p=users%2Fbernd%2Fpostgres.git Added: > * Allow only owner to create indexes --- diff --git a/doc/TODO b/doc/TODO index 62293ccbc0..7ead534b01 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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