Databases with different encodings

From: Jan Poslusny <pajout(at)gingerall(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Subject: Databases with different encodings
Date: 2003-11-04 13:37:07
Message-ID: 3FA7AB83.6080203@gingerall.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 ?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2003-11-04 13:54:06 Re: Databases with different encodings
Previous Message Rob Fielding 2003-11-04 13:26:47 Re: pg7.3.4: pg_atoi: zero-length string