AW: new relkind for view

From: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: "'Mark Hollomon'" <mhh(at)mindspring(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: AW: new relkind for view
Date: 2000-09-18 08:07:32
Message-ID: 11C1E6749A55D411A9670001FA68796336807F@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2000-09-18 08:16:59 AW: AW: "setuid" functions, a solution to the RI privil ege problem
Previous Message Karel Zak 2000-09-18 06:18:16 Re: ascii to character conversion in postgres