Обсуждение: How to set client encoding?

Поиск
Список
Период
Сортировка

How to set client encoding?

От
Quan Zongliang
Дата:
Hi

When open the query tool, the default client encoding is UNICODE.
How to set pgAdmin's default client encoding?

-----------------------------------------------
Quan Zongliang
quanzongliang@gmail.com
CIT Japan:  http://www.cit.co.jp
CIT China:  http://www.citbj.com.cn



Re: How to set client encoding?

От
Dave Page
Дата:
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