Re: Locale number format confusion

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Locale number format confusion
Date: 2002-08-08 23:20:17
Message-ID: 26449.1028848817@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> I propose that we do this (probably by writing our own strtod and
> friends). If you want to format your numbers to local convention,
> to_char() can be used.

Why are we allowing LC_NUMERIC to become active at all? IMHO this is a
bug that you have recently introduced ... just take that code out again.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-08-08 23:26:56 Re: contrib/ltree, pls, apply patch
Previous Message Ralph Graulich 2002-08-08 23:18:51 Re: [HACKERS] Linux Largefile Support In Postgresql RPMS