Re: BUG #13636: psql numericlocale adds comma where it ought not - Mailing list pgsql-bugs

From Thomas Munro
Subject Re: BUG #13636: psql numericlocale adds comma where it ought not
Date
Msg-id CAEepm=1nTC__rwR78OE5NRW_AK4XYU6RsQxwxRv7m16=C5mUsg@mail.gmail.com
Whole thread Raw
In response to Re: BUG #13636: psql numericlocale adds comma where it ought not  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #13636: psql numericlocale adds comma where it ought not  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On Fri, Sep 25, 2015 at 11:37 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> jeff.janes@gmail.com writes:
>> \pset numericlocale on
>> select 1000000::real;
>>  float4
>> --------
>>  1e,+06
>> (1 row)
>
>> There should not be a comma added between e and +.
>
> Indeed.  It looks like the author of format_numeric_locale() never
> heard of e-format output.  There's some other pretty crummy code in
> there, but that's the core problem ...

Does this look reasonable?

--
Thomas Munro
http://www.enterprisedb.com

Attachment

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #13636: psql numericlocale adds comma where it ought not
Next
From: Tom Lane
Date:
Subject: Re: BUG #13636: psql numericlocale adds comma where it ought not