Re: abstime bug

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: jw <jw(at)sduept(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: abstime bug
Date: 2005-07-22 14:15:40
Message-ID: 200507221415.j6MEFeX01883@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

jw wrote:
> # select '1901/12/14 1:00'::abstime;
> abstime
> ------------------------
> 2038-01-19 07:22:24+08
> (1 row)

Current CVS shows:

test=> select '1901/12/14 1:00'::abstime;
abstime
------------------------
1901-12-14 01:00:00-05
(1 row)

What PostgreSQL version are you using?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Fuhr 2005-07-22 14:33:02 Re: abstime bug
Previous Message Ing. Jhon Carrillo - Caracas, Venezuela 2005-07-22 14:12:17 Re: Postmaster already running !!!