Time bug fixed?

From: Do Not Spam <nospam(at)nospam(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Time bug fixed?
Date: 2002-07-04 16:58:04
Message-ID: 20020704185804.260411aa.nospam@nospam.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

There has been quite a few mails on the misoperation in date values before the epoc on RH7.3 and pgsql7.2.1.
Is this bug fixed? If yes: How can I achive this fix?
If not: How can I make postgresql work on RH7.3?

Shouldn't the FAQ mention the issue?

If some should be a bit confused: The error appears when operating on dates before the epoc:

rhklan=> create table test(day date);
CREATE
rhklan=> insert into test values('1969-2-2');
INSERT 824159 1
rhklan=> select age(now(),day) from test;
ERROR: Unable to convert date to tm

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-07-04 17:04:17 Re: repeatable crash generating two column index
Previous Message Manfred Koizar 2002-07-04 16:48:04 Re: two primairy key in one table ?