timestamp bug?

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: pgsql-hackers(at)postgresql(dot)org
Subject: timestamp bug?
Date: 2003-06-25 13:37:51
Message-ID: Pine.LNX.4.21.0306252336520.16772-100000@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Shouldn't we be detecting problems with the following (haven't seen
mention of it):

template1=# insert into b values('10000000-12-01 23:23:23');
INSERT 555183 1
template1=# select * from b;
ERROR: Unable to format timestamp; internal coding error

Tested on reasonably recent CVS.

Mentioned on IRC.

Thanks,

Gavin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-25 13:53:35 Re: allowed user/db variables
Previous Message Kaare Rasmussen 2003-06-25 13:11:40 Re: Two weeks to feature freeze