Re: timestamp_part() bug?

Поиск
Список
Период
Сортировка
От domingo@dad-it.com (Domingo Alvarez Duarte)
Тема Re: timestamp_part() bug?
Дата
Msg-id 70a76315.0203051322.4aa84369@posting.google.com
обсуждение исходный текст
Ответ на Re: timestamp_part() bug?  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
There is a problem with epoch as well that was not in the 7.1.3


7.1.3# select extract(epoch from '00:00:34'::time), now();
7.1.3# 34  2002-03-05 22:13:16 +01

7.2# select extract(epoch from '00:00:34'::time), now();
7.2# 3634  2002-03-05 22:13:16 +01

7.2# select extract(epoch from '00:00:34'::time without time zone), now();
7.2# 3634  2002-03-05 22:13:16 +01

Is that a bug or I didn't understand the new date/time types ?


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

Предыдущее
От: "Robert E. Bruccoleri"
Дата:
Сообщение: Re: bad performance on irix
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Lightweight locking primitive