Comment Re:Two ways I can think of to go now... (Score 1) 413
You can be happy now. From:
http://archives.postgresql.org/pgsql-committers/20 07-03/msg00136.php
Log Message:
-----------
Make use of plancache module for SPI plans. In particular, since plpgsql
uses SPI plans, this finally fixes the ancient gotcha that you can't
drop and recreate a temp table used by a plpgsql function.
http://archives.postgresql.org/pgsql-committers/2
Log Message:
-----------
Make use of plancache module for SPI plans. In particular, since plpgsql
uses SPI plans, this finally fixes the ancient gotcha that you can't
drop and recreate a temp table used by a plpgsql function.