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

From jeff.janes@gmail.com
Subject BUG #13636: psql numericlocale adds comma where it ought not
Date
Msg-id 20150924202545.26913.85050@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13636: psql numericlocale adds comma where it ought not  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13636
Logged by:          Jeff Janes
Email address:      jeff.janes@gmail.com
PostgreSQL version: 9.4.4
Operating system:   Linux
Description:

\pset numericlocale on
select 1000000::real;
 float4
--------
 1e,+06
(1 row)

There should not be a comma added between e and +.

Same with other versions.

pgsql-bugs by date:

Previous
From: Francisco Olarte
Date:
Subject: Re: BUG #13635: Interlocks at selection with array_agg
Next
From: Tom Lane
Date:
Subject: Re: BUG #13636: psql numericlocale adds comma where it ought not