<[EMAIL PROTECTED]> writes: > To follow-up then, if the temp schemas do not disappear, then over time > what happens (as temp tables are instantiated during normal application > usage), does the database end up with an ever-increasing number of these > temp schemas?
No, you will never have more than max_connections of them. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html