pgsql: Fix CREATE INDEX CONCURRENTLY example - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix CREATE INDEX CONCURRENTLY example
Date
Msg-id E1r7gC5-007XQ2-Nn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix CREATE INDEX CONCURRENTLY example

It fails to use the CONCURRENTLY keyword where it was necessary, so add
it.  This text was added to pg11 in commit 5efd604ec0a3; backpatch to pg12.

Author: Nikolay Samokhvalov <nik@postgres.ai>
Discussion: https://postgr.es/m/CAM527d9iz6+=_c7EqSKaGzjqWvSeCeRVVvHZ1v3gDgjTtvgsbw@mail.gmail.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a5e95ff46f58c1aa15760ee3b2aa074f695f53d1

Modified Files
--------------
doc/src/sgml/ddl.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Check if ii_AmCache is NULL in aminsertcleanup
Next
From: Nathan Bossart
Date:
Subject: pgsql: Retire a few backwards compatibility macros.