Re: AW: new relkind for view

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
Cc: Mark Hollomon <mhh(at)mindspring(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: AW: new relkind for view
Date: 2000-10-16 21:14:32
Message-ID: 200010162114.RAA11048@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Added to TODO>

[ Charset ISO-8859-1 unsupported, converting... ]
>
> > > 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
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2000-10-16 21:36:37 Re: unique/references not honored when inheriting tables
Previous Message Ross J. Reedstrom 2000-10-16 21:02:42 Re: [PATCHES] Re: when does CREATE VIEW not create a view?