pgsql: Docs: concurrent builds of partitioned indexes are notsupported - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Docs: concurrent builds of partitioned indexes are notsupported
Date
Msg-id E1hYgP1-0003BE-Si@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Docs: concurrent builds of partitioned indexes are not supported

Document that CREATE INDEX CONCURRENTLY is not currently supported for
indexes on partitioned tables.

Discussion: https://postgr.es/m/CAKJS1f_CErd2z9L21Q8OGLD4TgH7yw1z9MAtHTSO13sXVG-yow@mail.gmail.com
Backpatch-through: 11

Branch
------
REL_11_STABLE

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

Modified Files
--------------
doc/src/sgml/ref/create_index.sgml | 10 ++++++++++
1 file changed, 10 insertions(+)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Docs: concurrent builds of partitioned indexes are notsupported
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix confusion on different kinds of slots in IndexOnlyScans.