Re: UPDATEABLE VIEWS ... Examples?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: UPDATEABLE VIEWS ... Examples?
Date: 2005-06-17 02:07:28
Message-ID: 20050617020728.GA67582@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Jun 16, 2005 at 06:05:03PM -0300, Marc G. Fournier wrote:
>
> Reading through the docs, both the CREATE VIEW and CREATE RULE pages refer
> to how you can use a RULE to 'simulate' an updateable VIEW ... but I can't
> seem to find any examples of this ...

Are you looking for "Cooperation with Views" in the "Rules on INSERT,
UPDATE, and DELETE" section of the "The Rule System" chapter?

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

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Fuhr 2005-06-17 03:16:28 Still getting autoreplies from list member
Previous Message Dmitri Bichko 2005-06-17 01:33:42 Re: UPDATEABLE VIEWS ... Examples?