We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9baeb3 commit 728c06fCopy full SHA for 728c06f
doc/src/sgml/ref/alter_table.sgml
@@ -720,7 +720,7 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable>
720
</varlistentry>
721
722
<varlistentry>
723
- <term><replaceable class="PARAMETER">type</replaceable></term>
+ <term><replaceable class="PARAMETER">data_type</replaceable></term>
724
<listitem>
725
<para>
726
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>
805
<term><replaceable class="PARAMETER">index_name</replaceable></term>
806
807
808
- The index name on which the table should be marked for clustering.
+ The name of an existing index.
809
</para>
810
</listitem>
811
0 commit comments