Minor fixes for ALTER TABLE documentation.

Etsuro Fujita
This commit is contained in:
Robert Haas 2014-04-28 10:10:51 -04:00
parent a9baeb361d
commit 728c06f17f
1 changed files with 2 additions and 2 deletions

View File

@ -720,7 +720,7 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
</varlistentry>
<varlistentry>
<term><replaceable class="PARAMETER">type</replaceable></term>
<term><replaceable class="PARAMETER">data_type</replaceable></term>
<listitem>
<para>
Data type of the new column, or new data type for an existing
@ -805,7 +805,7 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
<term><replaceable class="PARAMETER">index_name</replaceable></term>
<listitem>
<para>
The index name on which the table should be marked for clustering.
The name of an existing index.
</para>
</listitem>
</varlistentry>