Re: Proof of concept: auto updatable views [Review of Patch]
От | Dean Rasheed |
---|---|
Тема | Re: Proof of concept: auto updatable views [Review of Patch] |
Дата | |
Msg-id | CAEZATCXJx5d7ho221pTQ0u3bH4Q+-Zs05zay1dQte-YsNeAhGQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Proof of concept: auto updatable views [Review of Patch] (Tom Lane <tgl@sss.pgh.pa.us>) |
Список | pgsql-hackers |
On 9 December 2012 22:00, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Dean Rasheed <dean.a.rasheed@gmail.com> writes: >> It's a shame though that pg_view_is_updatable() and >> pg_view_is_insertable() are not really useful for identifying >> potentially updatable views (e.g., consider an auto-updatable view on >> top of a trigger-updatable view). I'm left wondering if I >> misinterpreted the SQL standard's intentions when separating out the >> concepts of "updatable" and "trigger updatable". It seems like it >> would have been more useful to have "trigger updatable" imply >> "updatable". > > I wondered about that too, but concluded that they were separate after > noticing that the standard frequently writes things like "updatable or > trigger updatable". They wouldn't need to write that if the latter > implied the former. > Yeah, that was my reasoning too. > But in any case, those functions are expensive enough that I can't see > running them against every view in the DB anytime somebody hits tab. > I think just allowing tab-completion to include all views is probably > the best compromise. > Agreed. Regards, Dean
В списке pgsql-hackers по дате отправления: