"Matthew T. O'Connor" <matthew(at)zeut(dot)net> writes:
> Is there an easy way for an Admin clean-up the lost temp tables that
> autovacuum is complaining about? It seems like it could be along time
> and a lot of log messages between when they are first orphaned and and
> finally dropped due to anti-wraparound protection.
Drop the particular temp schema, maybe? The log message should probably
make sure to specify the schema name.
regards, tom lane