temp schemas - Mailing list pgsql-general

From Roberts, Jon
Subject temp schemas
Date
Msg-id 1A6E6D554222284AB25ABE3229A9276201A19808@nrtexcus702.int.asurion.com
Whole thread Raw
Responses Re: temp schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I am noticing a large number of temp schemas in my database.  We use
temp tables but it doesn't appear that the schemas get dropped for some
reason.  This greatly slows down how long it takes pgAdmin to connect
because it retrieves thousands of pg_temp_% schemas.

We mainly use "drop on commit" and see that the tables are gone after
the transaction is complete.


Any ideas why we have so many temp schemas?  Is it safe to just drop
them all?


Jon

pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Dumping/Restoring with constraints?
Next
From: Alan Hodgson
Date:
Subject: Re: WAL file questions - how to relocate on Windows, how to replay after total loss, etc