Re: Updates on Views? - Mailing list pgsql-general

From jdassen@cistron.nl (J.H.M. Dassen (Ray))
Subject Re: Updates on Views?
Date
Msg-id slrn9bjgmr.rsf.jdassen@odin.cistron-office.nl
Whole thread Raw
In response to Updates on Views?  (elwood@agouros.de (Konstantinos Agouros))
List pgsql-general
Stephan Szabo <sszabo@megazone23.bigpanda.com> wrote:
>You can make updatable views by making the appropriate rules on the view
>for handling insert/update/delete (whatever you want).

An example can be found in Bruce Momjian's book in the section on Rules
(http://www.postgresql.org/docs/aw_pgsql_book/node150.html).

Ray
--
[Open Source] is the finest expression of the free market. Ideas are
encouraged to proliferate and the best thinking wins. By contrast, most
corporations today operate in a central planning straitjacket.
    http://www.thestandard.com/article/display/0,1151,15772,00.html

pgsql-general by date:

Previous
From: jdassen@cistron.nl (J.H.M. Dassen (Ray))
Date:
Subject: Re: How to copy table?
Next
From: Einar Karttunen
Date:
Subject: Foreign keys/unique values and views