Re: encoding issue with postgres 8.0 - Mailing list pgsql-admin

From Tom Lane
Subject Re: encoding issue with postgres 8.0
Date
Msg-id 2130.1124806800@sss.pgh.pa.us
Whole thread Raw
In response to encoding issue with postgres 8.0  (Kailash Vyas <kailash.vyas@gmail.com>)
List pgsql-admin
Kailash Vyas <kailash.vyas@gmail.com> writes:
> The database cluster will be initialized with locale en_GB.UTF-8.
> initdb: warning: encoding mismatch
> The encoding you selected (SQL_ASCII) and the encoding that the selected
> locale uses (UTF-8) are not known to match. This may lead to
> misbehavior in various character string processing functions. To fix
> this situation, rerun initdb and either do not specify an encoding
> explicitly, or choose a matching combination.

> what is the matching locale that i should be using in this case?

If you want to use SQL_ASCII (ie, have no enforcement of encoding
validity) the only really safe locale is "C".  If you were using another
combination with your old database and not having trouble, you may
decide to ignore the warning and keep using that combination --- it'll
work just as well or badly as before.  But with what you have here,
if you ever accidentally put any non-UTF8 data into the database,
you'll likely get odd behavior.

            regards, tom lane

pgsql-admin by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: Creating tables...not a usual question (I think)
Next
From: Don Drake
Date:
Subject: Re: sleep?