Re: ALTER TABLE INHERIT vs collations

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jean-Pierre Pelletier <pelletier_32(at)sympatico(dot)ca>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ALTER TABLE INHERIT vs collations
Date: 2011-04-17 09:12:30
Message-ID: 1303031550.4005.1.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 2011-04-16 at 21:52 -0400, Jean-Pierre Pelletier wrote:
> One use case for this might be with constraint exclusion where there
> would be one
> partition per collation (language) with queries against the parent table always
> being for exactly one language.

If you really wanted that, you can always use a view to make it
explicit.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2011-04-17 09:17:00 blah blah set client_encoding segfault
Previous Message Peter Eisentraut 2011-04-17 09:11:58 Re: ALTER TABLE INHERIT vs collations