pgsql: Docs: concurrent builds of partitioned indexes are notsupported

Поиск
Список
Период
Сортировка
От David Rowley
Тема pgsql: Docs: concurrent builds of partitioned indexes are notsupported
Дата
Msg-id E1hYgP1-0003BE-Si@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Docs: concurrent builds of partitioned indexes are notsupported
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix confusion on different kinds of slots in IndexOnlyScans.