Re: feature proposal ...
Greg Stark <gsstark@mit.edu>
From: Greg Stark <gsstark@mit.edu>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew@dunslane.net>, Rod Taylor <pg@rbt.ca>, tshipley@deru.com, pgsql-hackers@postgresql.org
Date: 2005-09-22T13:15:23Z
Lists: 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