Commit 728c06f1 authored by Robert Haas's avatar Robert Haas

Minor fixes for ALTER TABLE documentation.

Etsuro Fujita
parent a9baeb36
...@@ -720,7 +720,7 @@ ALTER TABLE [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> ...@@ -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> ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment