ALTER TABLE ... CLUSTER ON synopsis

Поиск
Список
Период
Сортировка
От Josh Kupershmidt
Тема ALTER TABLE ... CLUSTER ON synopsis
Дата
Msg-id CAK3UJRHkjC1PNzu+x+bATT0ku2TRipPUqq60NX4p1eqBw54z9Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: ALTER TABLE ... CLUSTER ON synopsis  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
Hi all,

The reference page for ALTER TABLE[1] correctly has the synopsis:

    CLUSTER ON <replaceable class="PARAMETER">index_name</replaceable>

but later leaves off the "ON" keyword:

    <term><literal>CLUSTER</literal></term>

I think the latter description should match the former, especially
since 'ON' is mandatory; small patch attached.

Josh

[1] http://www.postgresql.org/docs/devel/static/sql-altertable.html

Вложения

В списке pgsql-docs по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: SQL key word list and SQL:2011
Следующее
От: Dan McGee
Дата:
Сообщение: Re: Observation on integer types documentation