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

From Dean Rasheed
Subject Re: how to find out whether a view is updatable
Date
Msg-id CAEZATCVsCf7k-BkUtkFYJCbCkG_0v1YRvAV5EySfcXMw4HYbiA@mail.gmail.com
Whole thread Raw
In response to Re: how to find out whether a view is updatable  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: how to find out whether a view is updatable
List pgsql-hackers
On 19 June 2013 15:22, Peter Eisentraut <peter_e@gmx.net> wrote:
> We still don't have any support for this in psql, do we?
>

No, but at least we now have an API that psql can use.

There are still a number of questions about the best way to display it in psql.
Should it be another column in \d+'s list of relations?
Should it appear in \d+ for a single relation?
Should it distinguish updatable from insertable and deletable?
Should tab-completion also be modified?

Currently I'm thinking yes, yes, no, yes.

Regards,
Dean



pgsql-hackers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: Git-master regression failure
Next
From: Claudio Freire
Date:
Subject: Re: Implementing incremental backup