Re: [GENERAL] insert into view !!

Поиск
Список
Период
Сортировка
От Howie
Тема Re: [GENERAL] insert into view !!
Дата
Msg-id Pine.LNX.3.96.990623185836.12052B-100000@rabies.toodarkpark.org
обсуждение исходный текст
Ответ на insert into view !!  ("abdelkrim" <haj@idianet.net>)
Список pgsql-general
On Wed, 23 Jun 1999, abdelkrim wrote:

> it is possible to insert into a view ?

if its a single-table view, yes -- you'd want to create a DO INSTEAD rule.
consult the manual/html pages to get the proper syntax for CREATE RULE.

if its a multitable view, maybe... i dont think this can be done with a
single rule, however.  you'll most likely need to implement a pl/pgsql or
pl/tcl function.

---
Howie <caffeine@toodarkpark.org>   URL: http://www.toodarkpark.org
"The distance between insanity and genius is measured only by success."


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

Предыдущее
От: Sascha Schumann
Дата:
Сообщение: Re: [GENERAL] Readline library
Следующее
От: "Matt Magoffin (Borders Online)"
Дата:
Сообщение: ERROR: typeidTypeRelid: Invalid type - oid = 0