Re: SQL:2011 application time

From: Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: SQL:2011 application time
Date: 2021-07-03 17:46:55
Message-ID: CA+renyW_hn-vuFdW2Atkjrj7E1D13ZEAnuoK9U6YD0p+f2eBAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 2, 2021 at 2:39 PM Paul A Jungwirth
<pj(at)illuminatedcomputing(dot)com> wrote:
>
> On Wed, Jun 30, 2021 at 10:39 AM Paul A Jungwirth
> <pj(at)illuminatedcomputing(dot)com> wrote:
> > Here is a set of patches to add SQL:2011 application-time support (aka
> > valid-time).
>
> Here is a small fix to prevent `FOR PORTION OF valid_at FROM MAXVALUE
> TO foo` or `FROM foo TO MINVALUE`. I rebased on latest master too.

Here is a patch set that cleans up the catalog docs for pg_period. The
columns have changed since that was written, and also we use a
different sgml structure on those pages now. Note pg_period still
contains a couple essentially-unused columns, perislocal and
perinhcount. Those are intended for supporting table inheritance, so
I've left them in.

Paul

Attachment Content-Type Size
v6-0001-Add-PERIODs.patch application/octet-stream 118.5 KB
v6-0002-Add-temporal-PRIMARY-KEY-and-UNIQUE-constraints.patch application/octet-stream 83.4 KB
v6-0004-Add-temporal-FOREIGN-KEYs.patch application/octet-stream 306.8 KB
v6-0003-Add-UPDATE-DELETE-FOR-PORTION-OF.patch application/octet-stream 127.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2021-07-03 18:44:20 Re: Synchronous commit behavior during network outage
Previous Message John Naylor 2021-07-03 17:06:59 Re: cutting down the TODO list thread