Re: Change the UI language of psql connection

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Brodie Thiesfield <brofield(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Change the UI language of psql connection
Date: 2010-09-13 03:33:06
Message-ID: 20878.1284348786@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Brodie Thiesfield <brofield(at)gmail(dot)com> writes:
> I have a PostgreSQL 8.4 database, installed with Japanese as the main
> language. I am connecting from an English Windows 7 client using
> psql.exe. Is there any way to change the UI of the messages shown to
> me (e.g. the help, column headers from the \l command, etc) to
> English?

set lc_messages to an appropriate locale.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2010-09-13 03:57:56 Re: JSON output
Previous Message Brodie Thiesfield 2010-09-13 03:17:18 Change the UI language of psql connection