Re: [GENERAL] how to specify the locale that psql uses

2009-03-27 Thread Dhaval Jaiswal
I had given reply abt windows   From: Shoaib Mir To: Dhaval Jaiswal Cc: Kent Tong ; pgsql-general@postgresql.org Sent: Friday, March 27, 2009 4:47:43 AM Subject: Re: [GENERAL] how to specify the locale that psql uses On Fri, Mar 27, 2009 at 9:35 AM

Re: [GENERAL] how to specify the locale that psql uses

2009-03-26 Thread Shoaib Mir
On Fri, Mar 27, 2009 at 9:35 AM, Dhaval Jaiswal wrote: > > > When you install postgreSQL over XP at the same time it asks for encoding & > locale. > Set at the same time. Follow the below link will give you more idea. > > http://www.postgresql.org/docs/7.2/static/multibyte.html > Please updates

Re: [GENERAL] how to specify the locale that psql uses

2009-03-26 Thread Dhaval Jaiswal
erprisedb.com From: Kent Tong To: pgsql-general@postgresql.org Sent: Thursday, January 22, 2009 2:06:53 PM Subject: [GENERAL] how to specify the locale that psql uses Hi, I am running a Chinese edition of XP. When I start psql, it is probably trying to display Chinese and maybe it gets

Re: [GENERAL] how to specify the locale that psql uses

2009-01-22 Thread Albe Laurenz
Kent Tong wrote: > I am referring to the locale on the client that determines the text prompts > it outputs. I think "Reg me Please" got you wrong, here's the answer: To set the locale for server messages, set the server configuration parameter "lc_messages" to the appropriate value. You can ei

Re: [GENERAL] how to specify the locale that psql uses

2009-01-22 Thread Kent Tong
Reg Me Please wrote: > > In general, refer to "8.13.2. Encoding Handling" and "Chapter 22. > Localization" on v8.3.5 documentation. > Thanks for your replies. However, as I said before, I am asking for the locale controlling the text prompts printed by psql. I've read the chapter you quoted b

Re: [GENERAL] how to specify the locale that psql uses

2009-01-22 Thread Reg Me Please
On Thursday 22 January 2009 10:51:41 Kent Tong wrote: > Reg Me Please wrote: > > Weel, you have two locales: one on the client and one the server. > > The former is needed for "translations" to the server whenver the two > > don't > > match. > > The latter is chosen at the CREATE DATABASE ENCODING

Re: [GENERAL] how to specify the locale that psql uses

2009-01-22 Thread Kent Tong
Reg Me Please wrote: > > Weel, you have two locales: one on the client and one the server. > The former is needed for "translations" to the server whenver the two > don't > match. > The latter is chosen at the CREATE DATABASE ENCODING . > I am referring to the locale on the client that dete

Re: [GENERAL] how to specify the locale that psql uses

2009-01-22 Thread Reg Me Please
On Thursday 22 January 2009 10:04:58 Kent Tong wrote: > Reg Me Please wrote: > > psql --help ? > > which option you're referring to? I tried --locale but it had no effect. > > > - > -- > Kent Tong > Wicket tutorials freely available at http://www.agileskills2.org/EWDW > Axis2 tutorials freely a

Re: [GENERAL] how to specify the locale that psql uses

2009-01-22 Thread Kent Tong
Reg Me Please wrote: > > psql --help ? > which option you're referring to? I tried --locale but it had no effect. - -- Kent Tong Wicket tutorials freely available at http://www.agileskills2.org/EWDW Axis2 tutorials freely available at http://www.agileskills2.org/DWSAA -- View this mess

Re: [GENERAL] how to specify the locale that psql uses

2009-01-22 Thread Reg Me Please
On Thursday 22 January 2009 09:36:53 Kent Tong wrote: > Hi, > > I am running a Chinese edition of XP. When I start psql, it is probably > trying to display Chinese and > maybe it gets the encoding wrong, it displays garbage in its console. Is > there any way to tell it to > just use English instead

[GENERAL] how to specify the locale that psql uses

2009-01-22 Thread Kent Tong
Hi, I am running a Chinese edition of XP. When I start psql, it is probably trying to display Chinese and maybe it gets the encoding wrong, it displays garbage in its console. Is there any way to tell it to just use English instead? In Linux, one can do something like "LC_ALL=en psql" but it do