Re: Re: SQL:2011 PERIODS vs Postgres Ranges? - Mailing list pgsql-hackers

From Paul A Jungwirth
Subject Re: Re: SQL:2011 PERIODS vs Postgres Ranges?
Date
Msg-id CA+renyWEv4uB9DkPhSSvqQcD40mxLwh1RGyZQsiqcwZVE0Y4WQ@mail.gmail.com
Whole thread Raw
In response to Re: Re: SQL:2011 PERIODS vs Postgres Ranges?  (David Steele <david@pgmasters.net>)
Responses Re: SQL:2011 PERIODS vs Postgres Ranges?
List pgsql-hackers
On Tue, Mar 5, 2019 at 12:35 AM David Steele <david@pgmasters.net> wrote:
> I have marked this patch as targeting PG13 since it is clearly not
> material for PG12.  I also added you as the patch author.

Thanks David! Targeting PG13 was my intention, so sorry if I messed up
the commitfest entry.

Here is a new patch rebased on top of master. My questions are inline
as TODO comments for whoever does the review. I'm pretty far along
with an add-on patch to create temporal *foreign* keys too, which I
think should be part of this same bundle of work. If anyone happens to
review the PK patch soon, it might help me avoid the same mistakes in
the FK work, but if not that's fine too. :-)

Yours,
Paul

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Should we increase the default vacuum_cost_limit?
Next
From: Dmitry Dolgov
Date:
Subject: Re: Pluggable Storage - Andres's take