Re: updatable/deletable terminology

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: updatable/deletable terminology
Date: 2013-08-15 03:35:45
Message-ID: 1376537745.11756.7.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2013-08-15 04:37:46 Re: StrategyGetBuffer optimization, take 2
Previous Message Peter Eisentraut 2013-08-15 03:34:35 Re: timeline signedness