From 6929e7f0f481193a101aa721f6afe5e4382b696f Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 5 Apr 2016 19:03:42 -0300 Subject: [PATCH] Fix broken ALTER INDEX documentation Commit b8a91d9d1c put the description of the new IF EXISTS clause in the wrong place -- move it where it belongs. Backpatch to 9.2. --- doc/src/sgml/ref/alter_index.sgml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/src/sgml/ref/alter_index.sgml b/doc/src/sgml/ref/alter_index.sgml index ee3e3de4d6..a615c7d643 100644 --- a/doc/src/sgml/ref/alter_index.sgml +++ b/doc/src/sgml/ref/alter_index.sgml @@ -39,16 +39,6 @@ ALTER INDEX ALL IN TABLESPACE name - - IF EXISTS - - - Do not throw an error if the index does not exist. A notice is issued - in this case. - - - - RENAME @@ -119,6 +109,16 @@ ALTER INDEX ALL IN TABLESPACE name + + IF EXISTS + + + Do not throw an error if the index does not exist. A notice is issued + in this case. + + + + name