pgsql: Fix broken ALTER INDEX documentation

Lists: pgsql-committers
From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix broken ALTER INDEX documentation
Date: 2016-04-05 22:05:51
Message-ID: E1anZ6d-0006o1-LA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

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.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6929e7f0f481193a101aa721f6afe5e4382b696f

Modified Files
--------------
doc/src/sgml/ref/alter_index.sgml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)