Fix CREATE INDEX CONCURRENTLY example

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

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