pgsql: Fix CREATE INDEX CONCURRENTLY example

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix CREATE INDEX CONCURRENTLY example
Дата
Msg-id E1r7gC5-007XPt-MF@gemulon.postgresql.org
обсуждение исходный текст
Список 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_16_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Check if ii_AmCache is NULL in aminsertcleanup
Следующее
От: Nathan Bossart
Дата:
Сообщение: pgsql: Retire a few backwards compatibility macros.