Re: inheritance. more. - Mailing list pgsql-general

From Tom Lane
Subject Re: inheritance. more.
Date
Msg-id 18973.1209568367@sss.pgh.pa.us
Whole thread Raw
In response to Re: inheritance. more.  ("Karsten Hilbert" <Karsten.Hilbert@gmx.net>)
List pgsql-general
"Karsten Hilbert" <Karsten.Hilbert@gmx.net> writes:
>> And maybe having one huge index managing the uniqueness across partitioned
>> data just defeats the idea of data partitioning!

> Except when you want uniqueness across all partitions.

Well, the point was that if the partitioning arrangement guarantees to
put distinct ranges of the key into distinct tables, then a separate
unique constraint on each table would suffice to guarantee global
uniqueness.

You can set up such a thing today, but it's a manual jury-rigged affair.
An automatic partitioning system would be a lot nicer.

            regards, tom lane

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: How to modify ENUM datatypes?
Next
From: Andrew Sullivan
Date:
Subject: Re: How to modify ENUM datatypes?