Re: feature proposal ... - Mailing list pgsql-hackers

From Greg Stark
Subject Re: feature proposal ...
Date
Msg-id 8764stmefo.fsf@stark.xeocode.com
Whole thread Raw
In response to Re: feature proposal ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: feature proposal ...
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:

> So we could refute this argument by just not making the permission check for
> CREATE TEMP VIEW.

This is the first time I've ever heard of CREATE TEMP VIEW. What's the point
of it since you can always directly do:
 SELECT * FROM (...)

?

-- 
greg



pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Parser bug results in ambiguous errors/behaviour
Next
From: Alvaro Herrera
Date:
Subject: Re: Why does VACUUM FULL bother locking pages?