encoding problem - Mailing list pgsql-general

From marcelo Cortez
Subject encoding problem
Date
Msg-id 20051201144643.59071.qmail@web35614.mail.mud.yahoo.com
Whole thread Raw
Responses Re: encoding problem
Re: encoding problem
List pgsql-general
folks

 i have problems with encodings
 the scenario is:

database: CREATE DATABASE "testLatin"
  WITH OWNER = owner1
       ENCODING = 'LATIN9';
test table:

CREATE TABLE test
( nombre varchar(20))
WITH OIDS;
ALTER TABLE test OWNER TO marcelo;
 data:
nombre
---------
"maricón"
"ñañoso pícaro"

test statement
select  * from test where upper(nombre) like 'ÑA%'
 not data found !!!

any ideas?
best regards

 MDC

pd: Unicode encoding  has same result.









___________________________________________________________
1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar


pgsql-general by date:

Previous
From: "Ken Winter"
Date:
Subject: Re: How to run a stored PL/pgSQL function?
Next
From: Richard Huxton
Date:
Subject: Re: help with utf8