Re: Temporary Views - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Temporary Views
Date
Msg-id 26030.1029251483@sss.pgh.pa.us
Whole thread Raw
In response to Temporary Views  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: Temporary Views
Re: Temporary Views
List pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
> I'm thinking that temporary views should be pretty trivial to
> implement.

... except not so trivial, per the rest of your note.

Do we actually need any such feature?  Views on temp tables already work
correctly in CVS tip: the implicit DROP CASCADE on temp tables at
backend exit makes such views go 'way too.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Temporary Views
Next
From: Bruce Momjian
Date:
Subject: Re: Temporary Views