Re: pg_dump and psql disagree on numerical precision (powerpc)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump and psql disagree on numerical precision (powerpc)
Дата
Msg-id 20325.1068821432@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump and psql disagree on numerical precision (powerpc)  (Christof Petig <christof@petig-baender.de>)
Ответы Re: pg_dump and psql disagree on numerical precision (powerpc)
Список pgsql-bugs
Christof Petig <christof@petig-baender.de> writes:
> COPY test (x) FROM stdin;
> 0.29999999999999999
> \.

This is not a bug; it's pg_dump trying to recreate the actual floating
point value as accurately as it can.  See the discussion of
extra_float_digits from six months or a year back.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Christof Petig
Дата:
Сообщение: pg_dump and psql disagree on numerical precision (powerpc)
Следующее
От: Christof Petig
Дата:
Сообщение: Re: pg_dump and psql disagree on numerical precision (powerpc)