From: Robert Haas Date: Mon, 28 Apr 2014 14:10:51 +0000 (-0400) Subject: Minor fixes for ALTER TABLE documentation. X-Git-Tag: REL9_4_BETA1~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=728c06f17f68f4f80b61808b491b1c7b065a3d27;p=postgresql Minor fixes for ALTER TABLE documentation. Etsuro Fujita --- diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 85705e9d34..43154da06c 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 ] name - type + data_type Data type of the new column, or new data type for an existing @@ -805,7 +805,7 @@ ALTER TABLE [ IF EXISTS ] name index_name - The index name on which the table should be marked for clustering. + The name of an existing index.