AW: new relkind for view

From: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: "'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>, Mark Hollomon <mhh(at)mindspring(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: AW: new relkind for view
Date: 2000-09-12 07:42:41
Message-ID: 11C1E6749A55D411A9670001FA687963368071@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> > 2. The executor complains if a DELETE or
> > INSERT references a view.

I think this is for new todo items:
create insert, update and delete rules for simple one table views
change elog for complex view ins|upd|del to "cannot {ins|upd|del}
[into|from] complex view without an on {ins|upd|del} rule"
add the functionality for "with check option" clause of create view

Andreas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2000-09-12 07:47:58 RE: bug with dropping tables and transactions.
Previous Message Zeugswetter Andreas SB 2000-09-12 07:37:02 AW: bug with dropping tables and transactions.