Re: How to set client encoding?

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: How to set client encoding?
Дата
Msg-id 937d27e10902050023r3e104bb7q74d2099e312fdf48@mail.gmail.com
обсуждение исходный текст
Ответ на How to set client encoding?  (Quan Zongliang <quanzongliang@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Quan Zongliang
Дата:
Сообщение: How to set client encoding?
Следующее
От: Dave Page
Дата:
Сообщение: Re: dependents bug