"Jeroen T. Vermeulen" <[EMAIL PROTECTED]> writes: > Even if the spec doesn't help, I think a statement prepared within a > transaction should definitely be deallocated at the end of the transaction.
Uh, you do realize that Postgres does *everything* within a transaction? The above proposal would render prepared statements practically useless. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match