Databases with different encodings - Mailing list pgsql-general

From Jan Poslusny
Subject Databases with different encodings
Date
Msg-id 3FA7AB83.6080203@gingerall.cz
Whole thread Raw
Responses Re: Databases with different encodings  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Rob Fielding
Date:
Subject: Re: pg7.3.4: pg_atoi: zero-length string
Next
From: Peter Eisentraut
Date:
Subject: Re: Databases with different encodings