Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> writes:
> We probably also need multi-table indexes.
As Josh says, that seems antithetical to the main point of partitioning,
which is to be able to rapidly remove (and add) partitions of a table.
If you have to do index cleaning before you can drop a partition, what's
the point of partitioning?
regards, tom lane