Mike Blackwell <mike.blackwell@xxxxxxx> writes: > Autovacuum is complaining about an orphaned temp table. I believe this was > created just before a recent PostgreSQL crash. Is there something I should > do to clean it up? You could drop that table manually if you're so inclined (probably need to be superuser to do so), or just wait for it to go away the next time some session uses the pg_temp_7 temp schema. There's nothing terribly magic there. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general