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 FB25A575AC3DBEC903F85301@amenophis
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

--On 25. Januar 2009 12:16:56 -0500 Andrew Dunstan <andrew@dunslane.net> 
wrote:

> Maybe something like CREATE VIEW .... WITHOUT UPDATE;
>
> I actually like the idea of being able to turn update on and off for a
> view.
>

Or what about

CREATE [OR REPLACE] [UPDATABLE] VIEW ... ?

This looks closer to TEMP|TEMPORARY VIEW, which we already have.
Bernd


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle
Next
From: Heikki Linnakangas
Date:
Subject: Re: Hot standby, dropping a tablespace