Re: Character collating order

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Allan Engelhardt <allane(at)cybaea(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Character collating order
Date: 2001-07-03 19:48:30
Message-ID: 25482.994189710@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Allan Engelhardt <allane(at)cybaea(dot)com> writes:
> I'm using the SQL_ASCII encoding, and un-setting the LANG environment
> variable (which is the only locale variable set for the account; it
> defaults to en_US) for postgres when starting postmaster does not fix
> it.

In 7.1, collation is determined by the locale variables seen at initdb
time. You probably need to re-initdb with LANG=C. Try
contrib/pg_controldata to verify the guess that the database's locale
is not C ...

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Allan Engelhardt 2001-07-03 19:54:45 Re: Regression on 7.1.2 fails 17/76 - is it up to date?
Previous Message Allan Engelhardt 2001-07-03 19:26:33 Too much money...: more i18n blues