pgsql: Docs: concurrent builds of partitioned indexes are not supported

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Docs: concurrent builds of partitioned indexes are not supported
Date: 2019-06-06 00:37:11
Message-ID: E1hYgP1-0003BE-Si@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2019-06-06 07:07:11 pgsql: Fix confusion on different kinds of slots in IndexOnlyScans.
Previous Message David Rowley 2019-06-06 00:36:56 pgsql: Docs: concurrent builds of partitioned indexes are not supported