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
обсуждение исходный текст
Ответы Re: BUG #13636: psql numericlocale adds comma where it ought not  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Francisco Olarte
Дата:
Сообщение: Re: BUG #13635: Interlocks at selection with array_agg
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #13636: psql numericlocale adds comma where it ought not