pgsql: Fix CREATE INDEX CONCURRENTLY example

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix CREATE INDEX CONCURRENTLY example
Date: 2023-11-27 18:18:54
Message-ID: E1r7gC5-007XPs-Ln@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgres(dot)ai>
Discussion: https://postgr.es/m/CAM527d9iz6+=_c7EqSKaGzjqWvSeCeRVVvHZ1v3gDgjTtvgsbw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8a553f2aed8dfe6cb8cdd0fe78e01b19d4138b35

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

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2023-11-27 19:11:34 pgsql: Retire a few backwards compatibility macros.
Previous Message Tomas Vondra 2023-11-27 15:53:24 pgsql: Check if ii_AmCache is NULL in aminsertcleanup