From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>, Mark Hollomon <mhh(at)mindspring(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: AW: new relkind for view |
Date: | 2000-10-16 22:03:48 |
Message-ID: | 200010162203.SAA17086@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
TODO updated.
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Added to TODO>
> >>
> >> 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
>
> The second of these three items is done already (in the rewriter,
> not the executor):
>
> regression=# create view vv1 as select * from int4_tbl;
> CREATE
> regression=# insert into vv1 values (33);
> ERROR: Cannot insert into a view without an appropriate rule
>
> regards, tom lane
>
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Mikheev, Vadim | 2000-10-16 22:07:38 | RE: AW: Backup, restore & pg_dump |
Previous Message | Tom Lane | 2000-10-16 22:02:52 | Re: AW: new relkind for view |