View Triggers

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема View Triggers
Дата
Msg-id 262689.11242.qm@web31808.mail.mud.yahoo.com
обсуждение исходный текст
Список pgsql-general
It seems that insertion triggers on views will/may be added in version 8.3.
http://archives.postgresql.org/pgsql-general/2007-02/msg01466.php

However, Tom mentioned that adding update and deletion triggers may be a bad idea:
http://archives.postgresql.org/pgsql-general/2007-02/msg01466.php
...
However, I'm not sure that the idea scales to cover updates and
deletes; with no concept of physical tuple identity (ctid) for the view
rows, it's not clear that you can write triggers that will reliably do
the right things.
...

I am curious about the dangers could occur if UPDATE triggers were implemented on a view?  I
assume that these dangers are most apparent with views that are based upon joined tables rather
than views on a single table.

Do these dangers also apply to update DO INSTEAD rules?

Could there exist any view design guidelines that if followed would allow for the safe utilization
of update triggers?

Regards,
Richard Broersma Jr.

В списке pgsql-general по дате отправления:

Предыдущее
От: "news.gmane.org"
Дата:
Сообщение: Re: a JOIN on same table, but 'slided over'
Следующее
От: Tom Lane
Дата:
Сообщение: Re: a JOIN on same table, but 'slided over'