diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-04-28 10:10:51 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-04-28 10:10:51 -0400 |
commit | 728c06f17f68f4f80b61808b491b1c7b065a3d27 (patch) | |
tree | 4820220d132036a2cdf88a321be289494778c0c8 | |
parent | a9baeb361d635963a19a0268a7d60636c813d2ee (diff) | |
download | postgresql-728c06f17f68f4f80b61808b491b1c7b065a3d27.tar.gz postgresql-728c06f17f68f4f80b61808b491b1c7b065a3d27.zip |
Minor fixes for ALTER TABLE documentation.
Etsuro Fujita
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 85705e9d34d..43154da06c2 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -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> |