7.1 bug fix question - Mailing list pgsql-general

From Steve Wampler
Subject 7.1 bug fix question
Date
Msg-id 3ADDB293.AC92465F@noao.edu
Whole thread Raw
Responses Re: 7.1 bug fix question
List pgsql-general
One of the listed bug fixes is:

   Disallow INSERT/UPDATE/DELETE on views

Can some one give me a little insight on what this
implies?

In particular, I currently (pg 7.0.3) have views with
trigger functions on insert and update that trap the
action and recast it to a table (after doing some checks).

Will this still work with 7.1?

Thanks!
--
Steve Wampler-  SOLIS Project, National Solar Observatory
swampler@noao.edu

pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: How to read a query plan?
Next
From: elwood@agouros.de (Konstantinos Agouros)
Date:
Subject: Re: Yet another Performance Question