Re: how to find out whether a view is updatable - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: how to find out whether a view is updatable
Date
Msg-id CAB7nPqQhk2Q5-W_Te4BPyGCapnM1r69p=UvJey2iZyGyA8g8YA@mail.gmail.com
Whole thread Raw
In response to Re: how to find out whether a view is updatable  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Responses Re: how to find out whether a view is updatable  (Dean Rasheed <dean.a.rasheed@gmail.com>)
List pgsql-hackers
Sorry for my late reply.

On Sun, Jun 9, 2013 at 6:45 PM, Dean Rasheed <dean.a.rasheed@gmail.com> wrote:
I called it updatable rather than "writable" or "read-only" because it
might perhaps be extended in the future with separate options for
"insertable" and "deletable". It could also be extended to give
column-level control over updatability, or something like
"use_remote_updatability" could be added, but that all feels like 9.4
material.

Yes this is definitely material for 9.4. You should add this patch to the 1st commit fest. I'll add myself as a reviewer.
Thanks,
--
Michael

pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Hard limit on WAL space used (because PANIC sucks)
Next
From: Michael Paquier
Date:
Subject: Re: ALTER TABLE ... ALTER CONSTRAINT