Automatic conversion from Unicode

Поиск
Список
Период
Сортировка
От Michael Brusser
Тема Automatic conversion from Unicode
Дата
Msg-id DEEIJKLFNJGBEMBLBAHCGECBDNAA.michael@synchronicity.com
обсуждение исходный текст
Ответ на Re: Unicode upper() bug still present  (Hannu Krosing <hannu@tm.ee>)
Ответы Re: Automatic conversion from Unicode  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
With Pg 7.3.x we initialize database with -E UNICODE option.
I'd like to provide support for automatic conversion to Chinese char-set
by putting "client_encoding big5" into postgresql.conf.

But when I try "\encoding big5" in psql session I get this:
big5: invalid encoding name or conversion procedure not found
I looked into table pg_conversion - it's empty.

Is this something I missed with compile options?
Thanks in advance,
Mike




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: multi-backend psql
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/t