Re: Problems with lower('Å')

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vegard Munthe <vegard(at)copyleft(dot)no>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problems with lower('Å')
Date: 2002-12-20 15:11:39
Message-ID: 15449.1040397099@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Vegard Munthe <vegard(at)copyleft(dot)no> writes:
> 'SELECT lower('')' returns . I have tried server_encoding and
> client_encoding LATIN1 and ASCII.

The behavior of lower() is driven by locale, not encoding.
Unfortunately you'll need to re-initdb to change the database locale.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vegard Munthe 2002-12-20 15:21:33 Re: Problems with lower('Å')
Previous Message Lee Kindness 2002-12-20 15:07:40 Re: [GENERAL] RPMS for Redhat 7.3 ??