From: Peter Eisentraut Date: Fri, 24 Apr 2015 17:22:18 +0000 (-0400) Subject: doc: Move ALTER TABLE IF EXISTS description to better place X-Git-Tag: REL9_5_ALPHA1~406 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d64a9c8c833c497a926208c7ca898e270ecc6990;p=postgresql doc: Move ALTER TABLE IF EXISTS description to better place It was previously mixed in with the description of ALTER TABLE subcommands. Move it to the Parameters section, which is where it is on other reference pages. pointed out by Amit Langote --- diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 6a82730a4b..ff032bc283 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -121,16 +121,6 @@ ALTER TABLE ALL IN TABLESPACE name - - IF EXISTS - - - Do not throw an error if the table does not exist. A notice is issued - in this case. - - - - SET DATA TYPE @@ -726,6 +716,16 @@ ALTER TABLE ALL IN TABLESPACE name + + IF EXISTS + + + Do not throw an error if the table does not exist. A notice is issued + in this case. + + + + name