Re: database locale and system locale

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Cc: Erwin Brandstetter <brandstetter(at)falter(dot)at>
Subject: Re: database locale and system locale
Date: 2006-03-26 08:24:00
Message-ID: 200603261024.00755.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Erwin Brandstetter wrote:
> I've been reading tons of stuff on locale and postgresql. I am still
> not in the clear about some details, though: how do system locale and
> database locale work together (or not)?

The system locale is more or less ignored. What matters are the locales
set in the database.

> If I am running a database cluster with --encoding= UTF8, are there
> any troubles to be expected if the system locale remains "C" or
> somehting like "de_AT(dot)iso885915(at)euro"?

Your sort order will approach randomness.

> Is it enough to have an UTF8 locale installed on the system?

You need to have it installed and you need to tell initdb to use it.

> Or does it actually have to be the system locale?

No.

> Do multiple UTF8 system locales have any effect?

No.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Erwin Brandstetter 2006-03-26 09:16:56 Re: database locale and system locale
Previous Message Peter Eisentraut 2006-03-26 08:20:54 Re: Postgresql 8.1.3 Debian installation encoding question