diff options
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Aug 14 00:57:54 EDT 2002 +Last updated: Wed Aug 14 01:46:11 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -205,7 +205,8 @@ Commands o Add ALTER TABLE tab SET WITHOUT OIDS * CLUSTER - o Cluster all tables at once + o Cluster all tables at once using pg_index.indisclustered or primary + key o Prevent loss of indexes, permissions, inheritance o Automatically maintain clustering on a table |