diff options
author | Bruce Momjian | 2002-08-15 17:47:24 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-08-15 17:47:24 +0000 |
commit | 52f8c56a4152e3161da8662bfa7230e8fcdbe4f1 (patch) | |
tree | ec69f64aa61bb4fdd8c3e36805504eac1ce0abe3 | |
parent | ea1954fc35194a15c91d1c92923f2c4baf7bc89c (diff) |
Done:
> o -Prevent loss of indexes, permissions, inheritance
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |