Re: BUG #3737: lower/upper fails to match extended chars in LATIN1 - Mailing list pgsql-bugs

From Heikki Linnakangas
Subject Re: BUG #3737: lower/upper fails to match extended chars in LATIN1
Date
Msg-id 473497CF.8090500@enterprisedb.com
Whole thread Raw
In response to BUG #3737: lower/upper fails to match extended chars in LATIN1  ("Jonas Forsman" <jonas@axier.org>)
List pgsql-bugs
Jonas Forsman wrote:
> it is possibly a locale-error. may I ask:
> 1. How do I check the locale?

Within psql:

show lc_ctype; (and other lc_* variables as well)
show server_encoding;
show client_encoding;

> 2. Can I change this on already running db:s ?

Unfortunately you can't. You'll have to re-initdb. :-(

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Revisiting BUG #3684: After dump/restore, schema PUBLIC always exists
Next
From: Tom Lane
Date:
Subject: Re: BUG #3730: Creating a swedish dictionary fails