upper() with LATIN1 problem - Mailing list pgsql-admin

From Lic. Guillermo González
Subject upper() with LATIN1 problem
Date
Msg-id 425BCCC3.40403@cybira.biz
Whole thread Raw
Responses Re: upper() with LATIN1 problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Hi,

The developers on my company reports me a problem with de upper() function.

The problem is:
- with a text 'magriñá'
- the upper('magriñá') returns MAGRIñà
- NOTE that the characters 'ñ' and 'á' didn't change the case.
- the text are stored in a table in a character varying(50) field
- the database has LATIN1 encoding
- the postgresql version is 7.4.7
- the OS is Debian Linux 2.6.10

Please, can anyone help me to resolve this problem?

Thanks!
--
Guillermo González

pgsql-admin by date:

Previous
From: John DeSoi
Date:
Subject: Re: PostgreSQL replication solution?
Next
From: Scott Marlowe
Date:
Subject: Re: Log File Maintainance