From d64a9c8c833c497a926208c7ca898e270ecc6990 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 24 Apr 2015 13:22:18 -0400 Subject: [PATCH] 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 --- doc/src/sgml/ref/alter_table.sgml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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