Re: Temporary tables and miscellaneous schemas - Mailing list pgsql-general

From Tom Lane
Subject Re: Temporary tables and miscellaneous schemas
Date
Msg-id 3892.1065979659@sss.pgh.pa.us
Whole thread Raw
In response to Re: Temporary tables and miscellaneous schemas  (<btober@seaworthysys.com>)
Responses Re: Temporary tables and miscellaneous schemas  (Sean Chittenden <sean@chittenden.org>)
List pgsql-general
<btober@seaworthysys.com> 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

pgsql-general by date:

Previous
From:
Date:
Subject: Re: Temporary tables and miscellaneous schemas
Next
From: Keary Suska
Date:
Subject: Re: need for concrete info