Re: Latin-2 sort order - Mailing list pgsql-sql

From Tatsuo Ishii
Subject Re: Latin-2 sort order
Date
Msg-id 20010830105506H.t-ishii@sra.co.jp
Whole thread Raw
In response to Latin-2 sort order  (Michał Pasternak <doc@lublin.t1.pl>)
List pgsql-sql
> since a few hours I try to set-up Latin-2 sort order in PostgreSQL 7.1.3. I
> have re-compiled it with MB and Latin2, I have re-initialized database, I
> have restored dumps, which contained "ENCODING='LATIN2'" in it ... and it's
> still nothing.

You need to enable locale support. MB support does nothing with the
sort order.
--
Tatsuo Ishii


pgsql-sql by date:

Previous
From: Michał Pasternak
Date:
Subject: Latin-2 sort order
Next
From: Francesco Casadei
Date:
Subject: Re: getting the oid for a new tuple in a BEFORE trigger