AW: new relkind for view - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: new relkind for view
Date
Msg-id 11C1E6749A55D411A9670001FA68796336807F@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> >     add the functionality for "with check option" clause of 
> create view
> >
> 
> I'm not familiar with this. What does it do?

It checks on view insert or update, that the resulting tuple will still 
be seen through this view (it satisfies the view's where restriction).
If not, the insert or update is not allowed.

Andreas


pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: type OIDs
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: AW: "setuid" functions, a solution to the RI privil ege problem