pgsql: Document piecemeal construction of partitioned indexes - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Document piecemeal construction of partitioned indexes
Date
Msg-id E1hYGIq-0003fz-GN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document piecemeal construction of partitioned indexes

Continuous operation cannot be achieved without applying this technique,
so it needs to be properly described.

Author: Álvaro Herrera
Reported-by: Tom Lane
Discussion: https://postgr.es/m/8756.1556302759@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5efd604ec0a3bdde98fe19d8cada69ab4ef80db3

Modified Files
--------------
doc/src/sgml/ddl.sgml | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Fix whitespace
Next
From: Michael Paquier
Date:
Subject: pgsql: Rework code using list_delete_cell() in MergeAttributes