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

From Tom Lane
Subject Re: how to find out whether a view is updatable
Date
Msg-id 2211.1371074503@sss.pgh.pa.us
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
List pgsql-hackers
Dean Rasheed <dean.a.rasheed@gmail.com> writes:
> [ pg_relation_is_updatable.patch ]

I've committed this with some modifications as mentioned.  There is
still room to debate exactly what
information_schema.columns.is_updatable means --- we can now change that
without an initdb.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Vacuum, Freeze and Analyze: the big picture
Next
From: Dean Rasheed
Date:
Subject: Re: [9.3] Automatically updatable views vs writable foreign tables