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

From Alvaro Herrera
Subject pgsql: Fix CREATE INDEX CONCURRENTLY example
Date
Msg-id E1r7gC5-007XPy-N1@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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3a95d2c242eab1efd2ac89d8795ac7a5332c7581

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.