pgsql: Update item: o Add more logical syntax CLUSTER table

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Update item: o Add more logical syntax CLUSTER table
Дата
Msg-id 20070329202356.928A29FBD65@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: exec_parse_message neglected to copy parameter type array into
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update: < o Add more logical syntax CLUSTER table USING index;