Search Postgresql Archives

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux