7.2 and current timestamp bug?

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема 7.2 and current timestamp bug?
Дата
Msg-id 20020216124412G.t-ishii@sra.co.jp
обсуждение исходный текст
Ответы Re: 7.2 and current timestamp bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
CREATE TABLE t (ts timestamp);
CREATE
INSERT INTO t VALUES ('2465001-01-01 00:00:00');
INSERT 16563 1
SELECT * from t;
psql:/home/t-ishii/tmp/datebug.sql:4: ERROR:  Unable to format timestamp with time zone; internal coding error

Shouldn't timestamp_in detect the invalid timestamp value when it is
inserted?
--
Tatsuo Ishii


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: FWD: overlaps() bug?
Следующее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: changing the nulability of columns