Re: Support for dates before 4713 BC - Mailing list pgsql-general

From Tom Lane
Subject Re: Support for dates before 4713 BC
Date
Msg-id 1622177.1662994813@sss.pgh.pa.us
Whole thread Raw
In response to Re: Support for dates before 4713 BC  (Simon Riggs <simon.riggs@enterprisedb.com>)
Responses Re: Support for dates before 4713 BC
List pgsql-general
Simon Riggs <simon.riggs@enterprisedb.com> writes:
> On Sun, 21 Aug 2022 at 19:04, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> There are existing equations for calculating Gregorian month/day/year from
>> Julian day count [1].  They work back to Julian day zero, at least if
>> you grant that proleptic Gregorian dates are sensible that far back.
>> Nobody around here has looked into whether they'd work for negative Julian
>> day numbers (I suspect not though, at least not without work that seems
>> rather pointless).

> Sounds reasonable. So the 4713BC limit applies because of the
> resolution of 1 day.

No, it applies because we aren't sure that the math would operate
correctly with negative Julian day numbers --- for instance, division
roundoffs might happen in the wrong direction.  If somebody wanted to go
through and check/fix all that, we could probably relax the restriction.
I'm still failing to see the point though.  As already discussed upthread,
the SQL datetime types aren't very suitable for dealing with approximate
dates, multiple calendars, etc.

            regards, tom lane



pgsql-general by date:

Previous
From: Sebastien Flaesch
Date:
Subject: Re: Resolving host to IP address
Next
From: Francisco Olarte
Date:
Subject: Re: Resolving host to IP address