From: "jack" <datactrl(at)tpg(dot)com(dot)au>
To: <pgsql-sql(at)postgresql(dot)org>
Subject:
Date: 2002-07-08 08:11:26
Message-ID: 000201c2265f$793f85f0$1400a8c0@jac
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,
Regarding temp tables in the same connection session. If there is SQL
procedure creating temp tables, process temp tables and drop all the temp
tables finally. This SQL procedure can't run twice in the same session.
Because all the temp tables are referred to the first physical temp tables.
I posted this question couple months ago and the final reply is that in the
future version, all the sql procedures, which use temp tables, will be
forced to re-compile though it's been used in the session.

Now, my question is, if it has been done, do I still need to drop all the
temp tables before I re-run the same SQL procedure in the same session?

Jack

Responses

  • Double quotes? at 2002-07-08 10:35:07 from Archibald Zimonyi
  • Re: at 2002-07-08 18:40:39 from Bruce Momjian

Browse pgsql-sql by date

  From Date Subject
Next Message Rajesh Kumar Mallah. 2002-07-08 08:12:39 Re: INSERT only under certain conditions (SELECT)
Previous Message Joachim Trinkwitz 2002-07-08 01:18:33 INSERT only under certain conditions (SELECT)