Tom Lane <t...@sss.pgh.pa.us> wrote: > GLOBAL/LOCAL TEMP TABLE distinction is not related to cross-session > persistence of the table definitions On a re-read, I think I see your point -- it is the DECLARE LOCAL TEMP TABLE versus CREATE { GLOBAL | LOCAL } TEMP TABLE which determines whether the table definition is persisted. Both forms of CREATE TEMP TABLE should persist the definition if you go by the standard, so you don't want to muddy the waters by complying on one and not the other? -Kevin
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers