--On 25. Januar 2009 12:16:56 -0500 Andrew Dunstan <[email protected]> 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
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
