BUG #13636: psql numericlocale adds comma where it ought not

From: jeff(dot)janes(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13636: psql numericlocale adds comma where it ought not
Date: 2015-09-24 20:25:45
Message-ID: 20150924202545.26913.85050@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13636
Logged by: Jeff Janes
Email address: jeff(dot)janes(at)gmail(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2015-09-24 23:37:20 Re: BUG #13636: psql numericlocale adds comma where it ought not
Previous Message Francisco Olarte 2015-09-24 16:43:16 Re: BUG #13635: Interlocks at selection with array_agg