7.2 and current timestamp bug? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject 7.2 and current timestamp bug?
Date
Msg-id 20020216124412G.t-ishii@sra.co.jp
Whole thread Raw
Responses Re: 7.2 and current timestamp bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: FWD: overlaps() bug?
Next
From: "Matthew T. O'Connor"
Date:
Subject: Re: changing the nulability of columns