Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 728c06f

Browse files
committed
Minor fixes for ALTER TABLE documentation.
Etsuro Fujita
1 parent a9baeb3 commit 728c06f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/alter_table.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
720720
</varlistentry>
721721

722722
<varlistentry>
723-
<term><replaceable class="PARAMETER">type</replaceable></term>
723+
<term><replaceable class="PARAMETER">data_type</replaceable></term>
724724
<listitem>
725725
<para>
726726
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>
805805
<term><replaceable class="PARAMETER">index_name</replaceable></term>
806806
<listitem>
807807
<para>
808-
The index name on which the table should be marked for clustering.
808+
The name of an existing index.
809809
</para>
810810
</listitem>
811811
</varlistentry>

0 commit comments

Comments
 (0)