From: Bruce Momjian Date: Thu, 15 Aug 2002 17:47:24 +0000 (+0000) Subject: Done: X-Git-Tag: REL7_3~907 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52f8c56a4152e3161da8662bfa7230e8fcdbe4f1;p=thirdparty%2Fpostgresql.git Done: > o -Prevent loss of indexes, permissions, inheritance --- diff --git a/doc/TODO b/doc/TODO index 2317a84be75..1d0cdb20f09 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Aug 15 13:46:30 EDT 2002 +Last updated: Thu Aug 15 13:47:16 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -206,7 +206,7 @@ Commands * CLUSTER o Cluster all tables at once using pg_index.indisclustered set during previous CLUSTER - o Prevent loss of indexes, permissions, inheritance + o -Prevent loss of indexes, permissions, inheritance o Automatically maintain clustering on a table * COPY