=?ISO-8859-1?Q?=22Lic=2E_Guillermo_Gonz=E1lez=22?= <g(dot)gonzalez(at)cybira(dot)biz> writes:
> The problem is:
> - with a text 'magri'
> - the upper('magri') returns MAGRI
> - NOTE that the characters '' and '' didn't change the case.
This is determined by your locale (specifically LC_CTYPE) not by what
the database thinks the encoding is. You'll probably want to re-initdb
in the desired locale.
regards, tom lane