Fix CREATE INDEX CONCURRENTLY example

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 2c4dd36e2580a645cf9554b8335907964bf3344b
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2023-11-27T18:18:03Z
Releases: 13.14
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

Files

PathChange+/−
doc/src/sgml/ddl.sgml modified +1 −1

Documentation touched

Discussion