Re: [WIP] patch - Collation at database level

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [WIP] patch - Collation at database level
Дата
Msg-id 20080702170236.GV18252@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: [WIP] patch - Collation at database level  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane escribió:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
> > Why does a collation have a schema?
> 
> Because the SQL spec says so.  Also, if we don't put them in schemas,
> we have no nice way to distinguish built-in and user-defined collations,
> which creates a problem for pg_dump.

Oh, I see :-)  In that case, qualified_name would seem the right symbol
to use in the parser.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [WIP] patch - Collation at database level
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: [PATCHES] GIN improvements