The following bug has been logged on the website: Bug reference: 7664 Logged by: Chen Huajun Email address: che...@cn.fujitsu.com PostgreSQL version: 9.1.6 Operating system: Linux Description:
The error messages output by libpq or ecpglib is always be english. But my expect is my native language. Step: 1)compile my program which linked to libpq or ecpglib. 2)set my locale to native language. set LANG=ja_JP.UTF-8 set LC_ALL=ja_JP.UTF-8 3)run my program and let it raise an error. I knows reason. The default locale of a program is "C" in Linux,regardless the Environment Variables. if add the following line in my program,everything is OK. setlocale(LC_ALL, ""); But I found no document tell users should do so.And I think it's not a easy way.Can libpq and ecpglib do it for users? *)Windows is OK.Solaris may has the same problem. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs