From: Bruce Momjian Date: Sun, 2 May 2004 12:27:45 +0000 (+0000) Subject: Assign item: X-Git-Tag: REL8_0_0BETA1~707 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ebd5dafd8d77555a1e3660d3936da05531a6d55;p=postgresql Assign item: < o Add ALTER TABLE table SET WITHOUT CLUSTER > o Add ALTER TABLE table SET WITHOUT CLUSTER (Christopher) --- diff --git a/doc/TODO b/doc/TODO index f2c2149ae2..ab8c23e5bb 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sun May 2 08:26:56 EDT 2004 +Last updated: Sun May 2 08:27:42 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -207,7 +207,7 @@ Commands * CLUSTER o Automatically maintain clustering on a table - o Add ALTER TABLE table SET WITHOUT CLUSTER + o Add ALTER TABLE table SET WITHOUT CLUSTER (Christopher) * COPY o -Allow dump/load of CSV format