pgsql: Update item: o Add more logical syntax CLUSTER table - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Update item: o Add more logical syntax CLUSTER table
Date
Msg-id 20070329202356.928A29FBD65@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update item:

        o Add more logical syntax CLUSTER table USING index;
<     o Add more logical syntax CLUSTER table ORDER BY index;
>     o Add more logical syntax CLUSTER table USING index;

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2135 -> r1.2136)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2135&r2=1.2136)
    pgsql/doc/src/FAQ:
        TODO.html (r1.636 -> r1.637)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.636&r2=1.637)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: exec_parse_message neglected to copy parameter type array into
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update: < o Add more logical syntax CLUSTER table USING index;