Thread: Kill -9 Postmaster and Temporary Tables

Kill -9 Postmaster and Temporary Tables

From
Daniel Schuchardt
Date:
Hi @ all,

I'v noticed if you kill -9 the Postmaster Temporary Tables (Shemas) will stay in the DB.
Also a VACUUM FULL will not remove them after restart. If the server craches (no power) its the same (I'v noticed it
here)

Daniel.


Re: Kill -9 Postmaster and Temporary Tables

From
Tom Lane
Date:
Daniel Schuchardt <daniel_schuchardt@web.de> writes:
> I'v noticed if you kill -9 the Postmaster Temporary Tables (Shemas) will stay in the DB.

That is a bad thing to do in any case ;-)

But yeah, they'll stay around.  In 7.3 and later, they will get cleaned
out eventually (whenever someone next uses the same temp schema).

            regards, tom lane