WITH CHECK OPTION for auto-updatable views

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: WITH CHECK OPTION for auto-updatable views
Date: 2013-06-09 10:14:18
Message-ID: CAEZATCVQTC+ovWr9kzuj5Q6SkOqZFNih=-V=eLGc704KBi=Lqw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here's a rebased version of the patch implementing WITH CHECK OPTION
for auto-updatable views.

It now includes documentation, and a clearer description of the
patch's limitations --- WITH CHECK OPTION is only supported on
auto-updatable views, not trigger-updatable or rule-updatable views. I
believe that's compatible with the following features from the SQL
standard:

F311-04 Schema definition statement CREATE VIEW: WITH CHECK OPTION
F751 View CHECK enhancements

Regards,
Dean

Attachment Content-Type Size
with-check-option.patch application/octet-stream 65.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2013-06-09 10:20:14 Re: Vacuum, Freeze and Analyze: the big picture
Previous Message Simon Riggs 2013-06-09 09:51:43 Re: Optimising Foreign Key checks