Re: BUG #1546: Temp table isn't deleted at the end of a

From: Roy Badami <roy(at)gnomon(dot)org(dot)uk>
To: sszabo(at)megazone(dot)bigpanda(dot)com
Cc: o(dot)siegmar(at)vitrado(dot)de, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1546: Temp table isn't deleted at the end of a
Date: 2005-03-19 14:52:14
Message-ID: 16956.15518.659138.704775@giles.gnomon.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


> Given the error message, this seems to be the whole plpgsql caches
> query plans but we don't invalidate those plans when there are schema
> changes. In all currently released versions you pretty much need to
> use EXECUTE on any queries where the table may go away, for example,
> any use of temp tables.

FWIW, this is documented behaviour (section 35.1 of the manual).

-roy

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Roy Badami 2005-03-19 14:58:13 Re: BUG #1546: Temp table isn't deleted at the end of a
Previous Message Roy Badami 2005-03-19 14:24:17 Re: BUG #1517: SQL interval syntax is accepted by the parser,