Documentation for partitioned indexes?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: pgsql-docs@lists.postgresql.org
Date: 2019-04-26T18:19:19Z
Lists: pgsql-docs
We appear to have a fair amount of support now for operations like
constructing a partitioned index piecemeal, e.g. adding indexes
to the partitions one at a time and then attaching them to a
parent partitioned index, with the parent ultimately transitioning
from "not valid" to "valid" once all the pieces are attached.

However, I cannot find any coherent documentation explaining how
to do this (or why you'd want to).  Am I just looking in the wrong
places?

			regards, tom lane



Commits

  1. Document piecemeal construction of partitioned indexes