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

Поиск
Список
Период
Сортировка
Искать
От
jeff.janes@gmail.com
Тема
BUG #13636: psql numericlocale adds comma where it ought not
Дата
Msg-id
20150924202545.26913.85050@wrigleys.postgresql.org
Список
Дерево обсуждения
BUG #13636: psql numericlocale adds comma where it ought not jeff.janes@gmail.com
Re: BUG #13636: psql numericlocale adds comma where it ought not Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #13636: psql numericlocale adds comma where it ought not Thomas Munro <thomas.munro@enterprisedb.com>
Re: BUG #13636: psql numericlocale adds comma where it ought not Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #13636: psql numericlocale adds comma where it ought not Thomas Munro <thomas.munro@enterprisedb.com>
Re: BUG #13636: psql numericlocale adds comma where it ought not Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #13636: psql numericlocale adds comma where it ought not Thomas Munro <thomas.munro@enterprisedb.com>
Re: BUG #13636: psql numericlocale adds comma where it ought not Tom Lane <tgl@sss.pgh.pa.us>
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 по дате отправления
От: Francisco Olarte
Дата:
От: Tom Lane
Дата:
FAQ