"David G. Johnston" <david.g.johnston@xxxxxxxxx> 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 (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general