Re: Bug #3924: Create Database with another encoding as the encoding from postgres - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #3924: Create Database with another encoding as the encoding from postgres
Date
Msg-id 13392.1225377598@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bug #3924: Create Database with another encoding as the encoding from postgres  (Joe <dev@freedomcircle.net>)
Responses Re: Bug #3924: Create Database with another encoding as the encoding from postgres  (Joe <dev@freedomcircle.net>)
List pgsql-bugs
Joe <dev@freedomcircle.net> writes:
> Going back to my options, are you saying that if I re-initdb the 8.3
> cluster to UTF8, restore the LATIN1 db as UTF8, and then do "set
> client_encoding = LATIN1" in the application code, then everything will
> work fine, even if the machine locale remains en_US.iso88591?

No, you'd have to set the database's locale to en_US.utf8 to do that.

Plan B would be to set the database locale to C, which is
encoding-agnostic and hence allows different databases to have different
encodings.  Do you actually need en_US sort order?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Joe
Date:
Subject: Re: Bug #3924: Create Database with another encoding as the encoding from postgres
Next
From: Zdenek Kotala
Date:
Subject: Re: Upgrade from 7.4.5 to 8.3.3