> 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 ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings