Data constraints expressed in SQL which can span multiple tables in ways we haven't been able to before!
Tool Lending Library
Fungible tools which people check out to use.
Track this correctly.
Live demo!
...almost worked
PostgreSQL 11?
Nope :(
Yes!
No!
How?
A trigger
...with its own function
...for each table
...for each ASSERTION
Let's get started.
Trigger function for reaching from available to checked_out
And the trigger
Trigger function for reaching out from available to checked_out
And its trigger
Another live demo!
How did we get here?
A Relational Model for Large Shared Data Banks
Nah!
Serializable Snapshot Isolation in PostgreSQL
Dan Ports and Kevin Grittner
From: Peter Eisentraut
To: pgsql-hackers
Subject: [PATCH] SQL assertions prototype
Date: 2013-11-15 03:30:16
Message-ID: 1384486216.5008.17.camel@vanquo.pezone.net
Note date
Date: 2013-11-15 03:30:16
Years pass
Then
From: Joe Wildish
To: PostgreSQL Hackers
Subject: Re: Implementing SQL ASSERTION
Date: 2018-01-14 23:33:08
Message-ID: 985632EC-3E39-4C51-B47A-ED0ABF63D64F@elusive.cx
Views: Raw Message | Whole Thread | Download mbox
Hackers,
Attached is a WIP patch for SQL assertion. I am posting it for anyone who might
be interested in seeing it, for comments/feedback, and to see if others are keen
to collaborate on taking it further. It is not near production-ready (see
thoughts on that below).
A few months later...
From: Joe Wildish
To: David Fetter , PostgreSQL Hackers
Subject: Re: Implementing SQL ASSERTION
Date: 2018-04-29 18:18:00
Attached is a rebased patch for the prototype.
Cheers,
-Joe
What's in the box?
Documentation pg_catalog Information schema SQL grammar CREATE, ALTER, and DROP support planner and executor