Bug with timestamp !!! - Mailing list pgsql-bugs

From Alexander Dederer
Subject Bug with timestamp !!!
Date
Msg-id 9dj2rq$1ij$1@news.tht.net
Whole thread Raw
List pgsql-bugs
Look this:
create table tmp (create_date    timestamp);

#insert into tmp values('2001-04-01 02:29:52');
INSERT 1021715 1

#select * from tmp;
      create_data
------------------------
 2035-05-29 01:33:36-05
(1 row)

! ! ! !
It's work on FreeBSD 4.2. PostgreSQL install from:
postgresql-7.1.1.tar.gz
postgresql-base-7.1.1.tar.gz
postgresql-opt-7.1.1.tar.gz

pgsql-bugs by date:

Previous
From: "A.V.Shutko"
Date:
Subject: Postgres bug (working with iserverd)
Next
From: Glenn Trewitt
Date:
Subject: Re: pg_config broken in 7.1.1 on FreeBSD with Tcl + Java