Re: PL/pgSQL bug? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: PL/pgSQL bug?
Date
Msg-id 20011001095515D.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: PL/pgSQL bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PL/pgSQL bug?
List pgsql-hackers
> This is a well-known problem: plpgsql caches a query plan that refers
> to the first version of the temp table, and it doesn't know it needs
> to rebuild the plan.  AFAIK the only workaround at present is to use
> EXECUTE for queries referencing the temp table.

But EXECUTE does not support select into, does it?
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: CVS changes
Next
From: "Steve Wolfe"
Date:
Subject: Re: Pre-forking backend