Re: BUG #1288: Can't create database in a French environment

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jean-Philippe COURSON" <jumal(at)apache(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1288: Can't create database in a French environment
Date: 2004-10-17 17:53:53
Message-ID: 9423.1098035633@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> writes:
> If the following environment variables are set :
> LC_ALL=fr_FR
> LANG=fr
> initdb is unable to create the database template1.

> Its output is :
> ...
> creating template1 database in /home/pgsql/base/1 ... FATAL: XX000: failed
> to initialize lc_messages to ""
> LOCATION: InitializeGUOptions, guc.c:2360

Take it up with Slackware: evidently they have broken support for that
locale.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2004-10-17 18:20:51 Re: BUG #1236: still in use tablespaces can be removed
Previous Message Tom Lane 2004-10-17 17:35:40 Re: Stale entries in pg_stat_activity