Re: Updateable VIEWS and the manual

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Updateable VIEWS and the manual
Дата
Msg-id 8196.1354483157@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Updateable VIEWS and the manual  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
Thomas Kellerer <spam_eater@gmx.net> writes:
> I just noticed the following statement in the CREATE VIEW documentation (9.2 and 9.1):

>      Currently, views are read only: the system will not allow an insert,
>      update, or delete on a view. You can get the effect of an updatable view by
>      creating rules that rewrite inserts, etc. on the view into appropriate actions
>      on other tables. For more information see CREATE RULE.

> Wouldn't it make more sense to refer to INSTEAD OF triggers?

Done, thanks for pointing it out.

            regards, tom lane


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: alter sequence
Следующее
От: rahul143
Дата:
Сообщение: Exception Handling in C-Language Functions?