Re: Implementing SQL ASSERTION - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Implementing SQL ASSERTION
Date
Msg-id CA+TgmoaHqgEY99vfOYAYJ-TsVJn411N8FBxwWstP4_2BixNTzQ@mail.gmail.com
Whole thread Raw
In response to Implementing SQL ASSERTION  (Joe Wildish <joe-postgresql.com@elusive.cx>)
Responses Re: Implementing SQL ASSERTION  (Joe Wildish <joe-postgresql.com@elusive.cx>)
List pgsql-hackers
On Thu, Apr 30, 2015 at 6:36 PM, Joe Wildish
<joe-postgresql.com@elusive.cx> wrote:
> I’m wondering if there are other people out there working on implementing SQL ASSERTION functionality?
>
> I’ve recently spent a bit of time looking to implement the execution models described in “Applied Mathematics for
DatabaseProfessionals” by Toon Koppelaars and Lex de Haan.  I’ve gotten as far as execution model 3 and am now looking
atderiving polarity of involved tables to do EM4 (described in some detail in “Deriving Production Rules for Constraint
Maintenance”,Ceri & Widom, VLDB Conference 1990, p555-577). EM5 & EM6 look rather more difficult but I’m intending to
tryand implement those, too. 
>
> If there are other people working on this stuff it would be great to collaborate.

I don't know of anyone working on this.  It sounds very difficult.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Manipulating complex types as non-contiguous structures in-memory
Next
From: Pavel Stehule
Date:
Subject: Re: Manipulating complex types as non-contiguous structures in-memory