Re: updatable/deletable terminology - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: updatable/deletable terminology
Date
Msg-id 1376537745.11756.7.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: updatable/deletable terminology  (Dean Rasheed <dean.a.rasheed@gmail.com>)
List pgsql-hackers
On Tue, 2013-08-13 at 09:27 +0100, Dean Rasheed wrote:
> So on balance I think you're right, and it would be better to simply say:
> 
> ERROR:  cannot insert into view "one"
> DETAIL:  Views that do not select from a single table or view are not
> automatically updatable.
> HINT:  You need an INSTEAD OF INSERT trigger or an unconditional ON
> INSERT DO INSTEAD rule.

I made adjustments similar to this.




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: timeline signedness
Next
From: Amit Kapila
Date:
Subject: Re: StrategyGetBuffer optimization, take 2