mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
Minor fixes for ALTER TABLE documentation.
Etsuro Fujita
This commit is contained in:
parent
a9baeb361d
commit
728c06f17f
@ -720,7 +720,7 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><replaceable class="PARAMETER">type</replaceable></term>
|
<term><replaceable class="PARAMETER">data_type</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Data type of the new column, or new data type for an existing
|
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>
|
<term><replaceable class="PARAMETER">index_name</replaceable></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The index name on which the table should be marked for clustering.
|
The name of an existing index.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user