Re: Overriding local encoding defaults - Mailing list pgsql-novice

From Tom Lane
Subject Re: Overriding local encoding defaults
Date
Msg-id 8329.1287325514@sss.pgh.pa.us
Whole thread Raw
In response to Overriding local encoding defaults  (Bob McConnell <rmcconne@lightlink.com>)
Responses Re: Overriding local encoding defaults  (Bob McConnell <rmcconne@lightlink.com>)
List pgsql-novice
Bob McConnell <rmcconne@lightlink.com> writes:
> I am trying to create a Pg 8.4 cluster with UTF8 encoding for JDBC
> access. But initdb insists that because my local console is en_US, it
> cannot do that. We're talking about setting up a server here. Why should
> it even care what the local console settings are?

You need a locale setting that's compatible with UTF8, and apparently
your platform's version of "en_US" isn't.  Try specifying locale
en_US.utf8.  (There are various ways of spelling that --- "locale -a"
should give you a clue which one applies for you.)

            regards, tom lane

pgsql-novice by date:

Previous
From: Leif Biberg Kristensen
Date:
Subject: Re: Overriding local encoding defaults
Next
From: Bob McConnell
Date:
Subject: Re: Overriding local encoding defaults