Documentation for partitioned indexes?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Documentation for partitioned indexes?
Date: 2019-04-26 18:19:19
Message-ID: 8756.1556302759@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Alvaro Herrera 2019-04-26 18:53:33 Re: Documentation for partitioned indexes?
Previous Message Peter Eisentraut 2019-04-26 09:52:55 Re: Update section on NFS