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.