Re: Using view

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: Using view
Дата
Msg-id 1091178557.1562.9.camel@braydb
обсуждение исходный текст
Ответ на Using view  (Secrétariat <ets@rolland-fr.com>)
Список pgsql-general
On Fri, 2004-07-30 at 09:17, Secrétariat wrote:
> Hello !
> Why can't I update data when I use a VIEW instead of a TABLE ?

Because a view is not a table.  Many views are inherently non-updatable,
and the backend assumes that all are.

> How can I do similar action ?

Create a rule on the view to update the base table(s) instead.



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

Предыдущее
От: Mage
Дата:
Сообщение: Re: Using view
Следующее
От: "m.e.bruche@lse.ac.uk"
Дата:
Сообщение: Moving tables between schemas