Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle - Mailing list pgsql-hackers

From Bernd Helmle
Subject Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle
Date
Msg-id D56468039889DD0FA27DDB1A@amenophis
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

--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



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Hot standby, dropping a tablespace
Next
From: Andres Freund
Date:
Subject: Re: Hot standby, dropping a tablespace