Re: Encoding, Unicode, locales, etc. - Mailing list pgsql-general

From Tom Lane
Subject Re: Encoding, Unicode, locales, etc.
Date
Msg-id 19282.1162394762@sss.pgh.pa.us
Whole thread Raw
In response to Re: Encoding, Unicode, locales, etc.  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
List pgsql-general
Karsten Hilbert <Karsten.Hilbert@gmx.net> writes:
> Could this paragraph be put into the docs and/or the FAQ,
> please ?

Section 21.2. Character Set Support already has something about it:

     Important: Although you can specify any encoding you want for a
     database, it is unwise to choose an encoding that is not what is
     expected by the locale you have selected. The LC_COLLATE and
     LC_CTYPE settings imply a particular encoding, and locale-dependent
     operations (such as sorting) are likely to misinterpret data that
     is in an incompatible encoding.

     Since these locale settings are frozen by initdb, the apparent
     flexibility to use different encodings in different databases of a
     cluster is more theoretical than real. It is likely that these
     mechanisms will be revisited in future versions of PostgreSQL.

     One way to use multiple encodings safely is to set the locale to C
     or POSIX during initdb, thus disabling any real locale awareness.

            regards, tom lane

pgsql-general by date:

Previous
From: Ritesh Nadhani
Date:
Subject: Re: Updated: Compiling/Installing as a non-admin user
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Encoding, Unicode, locales, etc.