NOTICE: pg_setlocale()

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: NOTICE: pg_setlocale()
Date: 2001-02-14 23:00:16
Message-ID: 200102142300.f1EN0GL37537@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

fmatheus (fmatheus(at)ic(dot)unicamp(dot)br) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
NOTICE: pg_setlocale()

Long Description
Im a Debian user of postgresql version 7.0.3-4.
libc6 and locales 2.2-6. (LANG=pt_BR, but problem stay with en_US)
that is a unstable package so maybe that is fault of libc6.

Sample Code
SELECT to_char(2.4, 'L9990D99');
NOTICE: pg_setlocale(): 'LC_CTYPE=(at)x' cannot be honored.
NOTICE: pg_setlocale(): 'LC_COLLATE=~' cannot be honored..
NOTICE: pg_setlocale(): 'LC_MONETARY=x(at)-^' cannot be honored.d.
to_char
------------
R$ 2,40

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Chris Storah 2001-02-15 13:12:03 create table bug with reserved words?
Previous Message Tom Lane 2001-02-14 19:13:43 Re: Explain reports unexpected results with inheritance