From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 4 Jan 2002 04:53:26 +0000 (+0000)
Subject: Remove:
X-Git-Tag: REL7_2_BETA5~91
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f27b0eeea78518ebfadcc28970df4788e5d19a39;p=postgresql

Remove:

< * Allow only owner to create indexes
---

diff --git a/doc/TODO b/doc/TODO
index 51aff5593e..ca5e41a891 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