Re: Thoughts about updateable views - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Thoughts about updateable views
Date
Msg-id 8612.1079992109@sss.pgh.pa.us
Whole thread Raw
In response to Re: Thoughts about updateable views  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: Thoughts about updateable views
List pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
> If the user specifically asked for an updatable view, then they can't have
> one. If they didn't specifically ask, they get the usual read only view.

"Specifically asked" how?  AFAICS the CREATE VIEW syntax doesn't make any
distinction.  (The WITH CHECK OPTION option requires the view to be
updateable, but I imagine we'd not support that to begin with, anyway.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: pg_autovacuum next steps
Next
From: "Matthew T. O'Connor"
Date:
Subject: Re: pg_autovacuum next steps