--On 25. Januar 2009 13:36:35 -0500 Tom Lane <tgl@sss.pgh.pa.us> wrote:
> But per spec, UPDATABLE should be the default (if not now, then
> eventually). Are you proposing
> CREATE [OR REPLACE] [[NOT] UPDATABLE] VIEW ...
> ? Seems confusing.
Good point. We need a better phrasing to restore the old behavior, maybe
CREATE [OR REPLACE] [READ ONLY|UPDATABLE] VIEW ...?
I think this looks less confusing.
Bernd