Error in rounding of timestamp

Поиск
Список
Период
Сортировка
От Alexander Bodnar
Тема Error in rounding of timestamp
Дата
Msg-id 004401c0d55e$26161f40$0f00200a@alex
обсуждение исходный текст
Список pgsql-bugs
djs=# SELECT version();
                          version
-----------------------------------------------------------
 PostgreSQL 7.1 on i686-pc-linux-gnu, compiled by GCC 2.96
(1 row)

 INSERT INTO "ObjectLog1" VALUES (1, '2001-05-02 13:48:59.999', 0, 10, 1, 1,
 9, 0, 0, 0, 0);

 djs=# select "Date" from "ObjectLog1";
            Date
 ---------------------------
  2001-05-02 13:48:60.00+03
 (1 row)

 ------------------->13:48:60.00 !!!!!!
 It supposed to be 13:49:00.00

 Also this bug leads to invalid result of backup-restore procedure.
 Restore reports "Bad timestamp format"
 Also this bug enforces ODBC error message.

 djs=# select date_trunc('second', "Date"), date_part('milliseconds',
"Date")
 from "ObjectLog1";
        date_trunc       |    date_part
 ------------------------+------------------
  2001-05-02 13:48:59+03 | 999.000000000002
 (1 row)

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

Предыдущее
От: "Alexander Bodnar"
Дата:
Сообщение: Error in rounding of timestamp
Следующее
От: "Gabor Z. Papp"
Дата:
Сообщение: POSTGRESQL BUG REPORT