Re: how to specify the locale that psql uses

From: Shoaib Mir <shoaibmir(at)gmail(dot)com>
To: Dhaval Jaiswal <bablu_postgres(at)yahoo(dot)com>
Cc: Kent Tong <kent(at)cpttm(dot)org(dot)mo>, pgsql-general(at)postgresql(dot)org
Subject: Re: how to specify the locale that psql uses
Date: 2009-03-26 23:17:43
Message-ID: bf54be870903261617x6d3109f0k3133dc25e6ad08f5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Mar 27, 2009 at 9:35 AM, Dhaval Jaiswal <bablu_postgres(at)yahoo(dot)com>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 yourself with the latest version as its 8.3.7 these days and
you are still like years and years behind with version 7.2 documentation :)

>
> If you want to change the locale of existing database. You can't.
> The workaround for that you can create another cluster with initdb command
> with supported locale.
>
>

I dont think so the person asking the question ever asked for changing
encoding for the database. Please make sure to read the question atleast, as
it was about changing locale for psql.

In order to do that

For server messages:
-------------------------------

set the configuration parameter "lc_messages" to a value you like to have
for getting messages back from server.

It can done in both ways, for the session and permanently.

In order to do for a session use:

set lc_message = ....

and otherwise set it in your postgresql.conf file and reload.

For Client messages:
-----------------------------

For client programs like psql, change the current locale where you are
starting up psql. I am not sure about windows but in Linux you can do this
by setting LANG environment variable.

--
Shoaib Mir
http://shoaibmir.wordpress.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2009-03-26 23:23:35 Re: Is there a meaningful benchmark?
Previous Message Scott Marlowe 2009-03-26 23:10:15 Re: Is there a meaningful benchmark?