Bruce Momjian <[EMAIL PROTECTED]> writes: > Seems we have a problem with pooled connections and WITH HOLD cursors. > We have code to reset transaction state and variables via RESET ALL, but > how do we remove WITH HOLD cursors when we pass a connection to a new > client?
Prepared statements would be just as much of a problem. I think the correct answer is simply "don't use those features in a pooled environment". regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html