Re: query first time works second time fails for one connection - Mailing list pgsql-bugs

From Tom Lane
Subject Re: query first time works second time fails for one connection
Date
Msg-id 10152.996683280@sss.pgh.pa.us
Whole thread Raw
In response to query first time works second time fails for one connection  (pgsql-bugs@postgresql.org)
List pgsql-bugs
Temp tables don't interact well with plpgsql's attempts to cache query
plans for the queries in its functions.  This is a bug, but a solution
is not close at hand.

In 7.1, you can work around this by using EXECUTE to execute the queries
on the temp table, thus forcing a re-plan on every execution.  Ugly but
serviceable.

Another possibility is to create the temp table only once per session,
outside the function itself.  The function can just DELETE FROM the
table to clear it for re-use on each call.

            regards, tom lane

pgsql-bugs by date:

Previous
From: rychu@sky.pl
Date:
Subject: Odpowied¼ automatyczna
Next
From: Darin Fisher
Date:
Subject: Too many open files