Re: Help: chinese character set support (EUC_TW to/from

Поиск
Список
Период
Сортировка
От eric
Тема Re: Help: chinese character set support (EUC_TW to/from
Дата
Msg-id 1119038482.346187.261940@g44g2000cwa.googlegroups.com
обсуждение исходный текст
Ответ на Re: Help: chinese character set support (EUC_TW to/from  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-general
You're right about it. After a 8.0.3 re-installation, the issue seems
to have gone.

See screen output:

euc_tw=# \d contacts
          Table "public.contacts"
Column |         Type          | Modifiers
--------+-----------------------+-----------
id     | integer               |
name   | character varying(50) |

euc_tw=# insert into contacts values('1','\345\244\251\345\244\251');
INSERT 17235 1
euc_tw=# select * from contacts
euc_tw-# ;
id |  name
----+--------
  1 | 天天
(1 row)


Thanks for pinpointing the potential cause, so makes the trouble
shooting a lot easier.


- eric


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

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: libpq.so.3 problem, PostgreSQL >= 8.0.2 and RPM
Следующее
От:
Дата:
Сообщение: Replication