Re: SELECT pg_client_encoding()

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Miguel Ortega <mortega(at)tc(dot)com(dot)ve>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: SELECT pg_client_encoding()
Date: 2006-06-12 17:26:56
Message-ID: 20060612172656.GA4035@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Miguel Ortega escribió:
> Hola muy buenos días compañer(at)s de la lista....
>
> Estaba intentando cambiar el client_encoding de PostgreSQL pero cada vez
> que ejecuto select pg_client_encoding() siempre me arroja UTF8 (si la
> version de PostgreSQL = 8.1) o UNICODE (si es 8.0). He intentado
> agregar la variable de entorno PGCLIENTENCODING, he intentado hacer SET
> CLIENT_ENCODING = LATIN1 y he intentado cambiar el postgresql.conf pero
> nada....

Aca funciona ...

alvherre=# select pg_client_encoding();
pg_client_encoding
--------------------
LATIN1
(1 fila)

alvherre=# set client_encoding to 'utf8';
SET
alvherre=# select pg_client_encoding();
pg_client_encoding
--------------------
UTF8
(1 fila)

alvherre=# set client_encoding to 'latin1';
SET
alvherre=# select pg_client_encoding();
pg_client_encoding
--------------------
LATIN1
(1 fila)

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message jasi guerrero 2006-06-12 17:41:23 conexion
Previous Message kala855 2006-06-12 16:46:10 ayuda con tabla