Re: How to set client encoding? - Mailing list pgadmin-support

From Dave Page
Subject Re: How to set client encoding?
Date
Msg-id 937d27e10902050023r3e104bb7q74d2099e312fdf48@mail.gmail.com
Whole thread Raw
In response to How to set client encoding?  (Quan Zongliang <quanzongliang@gmail.com>)
List pgadmin-support
On Thu, Feb 5, 2009 at 2:07 AM, Quan Zongliang <quanzongliang@gmail.com> wrote:
> Hi
>
> When open the query tool, the default client encoding is UNICODE.
> How to set pgAdmin's default client encoding?

Thats done when we connect (in pgConn::pgConn) - we always use UNICODE
unless the database is SQL_ASCII or MULE_INTERNAL. As a user, you
cannot override this (except in the query tool).

If you need to change it in the import code, use 'SET client_encoding=...'.

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com



-- 
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com


pgadmin-support by date:

Previous
From: Quan Zongliang
Date:
Subject: How to set client encoding?
Next
From: Dave Page
Date:
Subject: Re: dependents bug