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

From Peter Eisentraut
Subject Re: how to find out whether a view is updatable
Date
Msg-id 51C1E69B.6010202@gmx.net
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
Re: how to find out whether a view is updatable
List pgsql-hackers
On 6/19/13 11:50 AM, Dean Rasheed wrote:
> 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.

I would be satisfied with no, yes, no, no.  Although I don't know what
tab completion changes you have in mind.




pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: How do we track backpatches?
Next
From: Peter Eisentraut
Date:
Subject: Re: Bugfix and new feature for PGXS