Rogerio Grando wrote: > Tenho um servidor com SO Ubuntu 7.04 com banco Postgres 7.4.8 na plataforma > 64 bits, quando faço um SELECT UPPER(rogério) me retorna ROGéRIO o correto > seria ROGÉRIO, uso encoding = latin1 e a configuração do postgresql.conf > pt_BR.UTF-8, a instalação foi feita compilando o postgres junto ao kernel no > Linux. >
Tenta alterar a seguinte configuração do postgresql.conf SET client_encodig = 'LATIN1' Veja isso: http://listas.postgresql.org.br/pipermail/pgbr-geral/2007-December/005617.html Att Evandro _______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
