Re: Custom Domain; migration from 8.4 to 9.1 and COLLATE - Mailing list pgsql-general

From Tom Lane
Subject Re: Custom Domain; migration from 8.4 to 9.1 and COLLATE
Date
Msg-id 15485.1336692679@sss.pgh.pa.us
Whole thread Raw
In response to Re: Custom Domain; migration from 8.4 to 9.1 and COLLATE  (Evan Carroll <me@evancarroll.com>)
List pgsql-general
Evan Carroll <me@evancarroll.com> writes:
> Also, here is a copy of the complete script -- including the citext
> creation statements from the dump, with the patch, with the bugged
> statements.

Well, if that's how you're creating citext, then yeah it's broken.
As of 9.1 the citext type needs to be created with the attribute
"COLLATABLE = true".  The suggested UPDATE statements are a means
of correcting a failure to do that after-the-fact, but they don't
cover any domains that have already been created on top of citext.

            regards, tom lane

pgsql-general by date:

Previous
From: Evan Carroll
Date:
Subject: Re: Custom Domain; migration from 8.4 to 9.1 and COLLATE
Next
From: Mike Christensen
Date:
Subject: Question about schema-level permissions