Tom , folks
I've recreated the database with --locale=es_AR
keyword
and all works fine
thanks a lot.
best
MDC
--- Tom Lane <[EMAIL PROTECTED]> escribió:
> marcelo Cortez <[EMAIL PROTECTED]> writes:
> > testutf8=# \set
> > ...
> > ENCODING = 'UTF8'
> > HISTSIZE = '500'
> > testutf8=# select upper('ñ');
> > ERROR: invalid UTF-8 byte sequence detected near
> byte
> > 0xf1
> > testutf8=#
>
> You're telling the system that your client encoding
> is utf8, but
> it looks from here like you're using some LatinN
> encoding.
> Try "\encoding latin1" or whatever it is your
> keyboard is generating.
>
> regards, tom lane
>
___________________________________________________________
1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match