Internationalization

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема Internationalization
Дата
Msg-id 40E32FF2.3030500@fireserve.net
обсуждение исходный текст
Ответы Re: Internationalization  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: Internationalization  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I'm thinking that this should be approached in a slowly descending set
of changes.

1/ Make individual databases possible with a single instance that can be
different encoding AND locale/sorting, and all other aspects of using
the encoding/langauge rules.
2/ Then tables.
3/ Then columns.
-------------------------
So,for the first one,
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?

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

Предыдущее
От: "Chuck Bernardes"
Дата:
Сообщение: PostgreSQL 7.4.3 on a windows XP Pro environment Installation
Следующее
От: Soeren Gerlach
Дата:
Сообщение: Re: Slow dump with pg_dump/pg_restore ? How to improve ?