Temp tables

From: "Andrew Bartley" <abartley(at)evolvosystems(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Temp tables
Date: 2002-08-20 00:20:13
Message-ID: 027901c247df$6c322560$3200a8c0@abartleypc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

Can someone tell me what the difference is in a plpgsql function between dropping a temp table at the end of a function and not dropping the temp tables.

What other tables does it have an effect on?

It appears there is some overhead when the drop is being executed.

Is there some simple doco I can read to clue me up on the process?

Thanks

Andrew

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-08-20 01:44:33 Re: About to update the PostgreSQL-Functions in the PHP Manual
Previous Message Darren Ferguson 2002-08-19 23:43:13 Re: Functions question