Re: insert into a view?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: insert into a view?
Дата
Msg-id 20060502003147.GA82285@winnie.fuhr.org
обсуждение исходный текст
Ответ на insert into a view?  ("Karen Hill" <karen_hill22@yahoo.com>)
Список pgsql-general
On Mon, May 01, 2006 at 05:23:22PM -0700, Karen Hill wrote:
> Tried it but didn't work.  It gave me a hint though to try triggers.
> Can anyone show me how to do an insert into a view using triggers?

Rules are probably what you're after; the documentation has examples.

http://www.postgresql.org/docs/8.1/interactive/rules.html
http://www.postgresql.org/docs/8.1/interactive/rules-update.html#RULES-UPDATE-VIEWS

--
Michael Fuhr

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

Предыдущее
От: "Karen Hill"
Дата:
Сообщение: insert into a view?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: insert into a view?