pgsql: Fix broken ALTER INDEX documentation

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-0006nz-Kx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2143f5e127903cb50c10537fc22392083cb033b7

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

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2016-04-06 08:18:54 Re: pgsql: Avoid archiving XLOG_RUNNING_XACTS on idle server
Previous Message Alvaro Herrera 2016-04-05 21:43:39 pgsql: Support ALTER THING .. DEPENDS ON EXTENSION