Re: Bug with timestamp !!! - Mailing list pgsql-general

From Neil Conway
Subject Re: Bug with timestamp !!!
Date
Msg-id 20010513000925.A413@klamath.dyndns.org
Whole thread Raw
In response to Bug with timestamp !!!  (Alexander Dederer <dederer@spb.cityline.ru>)
Responses Re: Bug with timestamp !!!  (Neil Conway <nconway@klamath.dyndns.org>)
List pgsql-general
On Sat, May 12, 2001 at 02:23:30PM +0400, Alexander Dederer wrote:
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.0.2 backend churning out messages
Next
From: Neil Conway
Date:
Subject: Re: Bug with timestamp !!!