Re: Internationalization

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Internationalization
Дата
Msg-id 15363.1088645326@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Internationalization  (Dennis Gearon <gearond@fireserve.net>)
Ответы Re: Internationalization  (Dennis Gearon <gearond@fireserve.net>)
Список pgsql-general
Dennis Gearon <gearond@fireserve.net> writes:
> Is there anyway for a single statement to access more than one database?
> Could a query, regexes, etc be facing indexes in different
> encodings/sorting collations if different databases in a cluster had
> different encodings/collations?

The indexes on the shared system tables (eg, pg_database) are the only
issue here.  One possible solution is to require that no locale-aware
datatypes ever be used in these indexes.  I think right now this is true
because "name" doesn't use locale-aware sorting; but we'd have to be
careful not to break the restriction in future.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ~Strange Operators~
Следующее
От: Tom Lane
Дата:
Сообщение: Re: case for lock_timeout