Re: Custom Domain; migration from 8.4 to 9.1 and COLLATE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Custom Domain; migration from 8.4 to 9.1 and COLLATE
Дата
Msg-id 15485.1336692679@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Custom Domain; migration from 8.4 to 9.1 and COLLATE  (Evan Carroll <me@evancarroll.com>)
Список 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 по дате отправления:

Предыдущее
От: Evan Carroll
Дата:
Сообщение: Re: Custom Domain; migration from 8.4 to 9.1 and COLLATE
Следующее
От: Mike Christensen
Дата:
Сообщение: Question about schema-level permissions