Databases with different encodings

Started by Jan Poslusnyover 22 years ago2 messagesgeneral
Jump to latest
#1Jan Poslusny
pajout@gingerall.cz

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 ?

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Jan Poslusny (#1)
Re: Databases with different encodings

Jan Poslusny writes:

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 ?

No.

--
Peter Eisentraut peter_e@gmx.net