From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | "Henry C(dot)" <henka(at)cityweb(dot)co(dot)za>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: 9.0 to 9.2 pg_upgrade pain due to collation mismatch |
Date: | 2012-09-13 22:20:26 |
Message-ID: | 23341.1347574826@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> On 9/12/12 2:31 PM, Tom Lane wrote:
>> "C" is the official name of that locale. Not sure how you got it to say
>> "POSIX" ... maybe we didn't have normalization of the locale name back
>> then?
> Says who?
Says setlocale(), at least on the Fedora machine I just checked.
The reason I see this:
$ initdb --locale=POSIX
The files belonging to this database system will be owned by user "tgl".
This user must also own the server process.
The database cluster will be initialized with locale "C".
The default database encoding has accordingly been set to "SQL_ASCII".
The default text search configuration will be set to "english".
is that setlocale is returning "C" as the canonical name of the locale.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Edson Richter | 2012-09-13 23:14:54 | Re: Compressed binary field |
Previous Message | Kevin Grittner | 2012-09-13 22:08:47 | Re: Fixing or diagnosing Canceled on identification as a pivot, during write |