Re: 8.1 build on Solaris has LATIN9? - Mailing list pgsql-general

From Tom Lane
Subject Re: 8.1 build on Solaris has LATIN9?
Date
Msg-id 28940.1134764923@sss.pgh.pa.us
Whole thread Raw
In response to 8.1 build on Solaris has LATIN9?  (Jerry Sievers <jerry@jerrysievers.com>)
List pgsql-general
Jerry Sievers <jerry@jerrysievers.com> writes:
> Hi.  I am curious how/why the Pg 8.1.1 build on Solaris
>     SunOS $hostname 5.9 Generic sun4u sparc SUNW,Ultra-250
> chose LATIN9 charset as default.

It probably deduced that from the locale setting (LANG or LC_ALL)
that initdb was run in.  Try "show lc_collate" if you don't remember
what that was.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Getting a DB password to work without editing pg_hba.conf,
Next
From: Tom Lane
Date:
Subject: Re: PL/pgSQL Function Help