Re: how to specify the locale that psql uses

From: Reg Me Please <regmeplease(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Kent Tong <kent(at)cpttm(dot)org(dot)mo>
Subject: Re: how to specify the locale that psql uses
Date: 2009-01-22 09:30:13
Message-ID: 200901221030.13423.regmeplease@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 available at http://www.agileskills2.org/DWSAA
> --
> View this message in context:
> http://www.nabble.com/how-to-specify-the-locale-that-psql-uses-tp21599904p2
>1600296.html Sent from the PostgreSQL - general mailing list archive at
> Nabble.com.

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 <dbname> ENCODING <encoding>.

--
Fahrbahn ist ein graues Band
weisse Streifen, grüner Rand

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Carlos Gonzalez-Cadenas 2009-01-22 09:50:39 deductive databases in postgreSQL
Previous Message Albe Laurenz 2009-01-22 09:26:26 Re: [GENERAL] bytea size limit?