"David G. Johnston" <[email protected]> writes: > I'm wondering if there is anything technical preventing someone from making:
> DROP TEMP TABLE tablename;
There is no great need for that because you can get the semantics you're
asking for with "DROP TABLE pg_temp.tablename".
regards, tom lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
