From: Bruce Momjian Date: Thu, 3 Jan 2002 17:31:52 +0000 (+0000) Subject: Added: X-Git-Tag: REL7_2_BETA5~101 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b8ef396d6b3866adb3715ecd68273da21d169745;p=users%2Fc2main%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