ALTER TABLE ... CLUSTER ON synopsis - Mailing list pgsql-docs

From Josh Kupershmidt
Subject ALTER TABLE ... CLUSTER ON synopsis
Date
Msg-id CAK3UJRHkjC1PNzu+x+bATT0ku2TRipPUqq60NX4p1eqBw54z9Q@mail.gmail.com
Whole thread Raw
Responses Re: ALTER TABLE ... CLUSTER ON synopsis  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

Attachment

pgsql-docs by date:

Previous
From: David Fetter
Date:
Subject: Re: SQL key word list and SQL:2011
Next
From: Dan McGee
Date:
Subject: Re: Observation on integer types documentation