Databases with different encodings

Поиск
Список
Период
Сортировка
От Jan Poslusny
Тема Databases with different encodings
Дата
Msg-id 3FA7AB83.6080203@gingerall.cz
обсуждение исходный текст
Ответы Re: Databases with different encodings  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
RedHat 9, PostgreSQL 7.3.4.
When I perform
initdb --locale=cs_CZ
createdb --encoding=latin2 lat
createdb --encoding=unicode uni
, the tables of lat are sorted fine, but the tables of uni not. When I
initdb --locale=cs_CZ.UTF-8, sorts of uni are good, but sorts of lat
not. Is some way to create two databases in the same database cluster
with different encodings (specially utf-8 and iso 8859-2) and good
sortings ?


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

Предыдущее
От: Rob Fielding
Дата:
Сообщение: Re: pg7.3.4: pg_atoi: zero-length string
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Databases with different encodings