NOTICE: pg_setlocale()

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема NOTICE: pg_setlocale()
Дата
Msg-id 200102142300.f1EN0GL37537@hub.org
обсуждение исходный текст
Ответы Re: NOTICE: pg_setlocale()  (Karel Zak <zakkr@zf.jcu.cz>)
Re: NOTICE: pg_setlocale()  (Reinhard Max <max@suse.de>)
Список pgsql-bugs
fmatheus (fmatheus@ic.unicamp.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= @x' cannot be honored.
NOTICE:  pg_setlocale(): 'LC_COLLATE=ð~µ' cannot be honored..
NOTICE:  pg_setlocale(): 'LC_MONETARY=xµ@-^ù¸' cannot be honored.d.
  to_char
------------
 R$    2,40


No file was uploaded with this report

В списке pgsql-bugs по дате отправления:

Предыдущее
От: David Lynn
Дата:
Сообщение: Bug #194 and #195 missing version
Следующее
От: Scott Williams
Дата:
Сообщение: On NetBSD, had to add -Wl,-R/usr/local/postgres/lib to the src/Makefile.global LIB variable