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

From Greg Stark
Subject Re: feature proposal ...
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: feature proposal ...  (Tom Lane <[email protected]>)
Responses Re: feature proposal ...
List pgsql-hackers
Tom Lane <[email protected]> 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?