Seems temporary tables can not be vacuumed. It is because vacuum.c does
a sequential scan of the pg_class table, rather than using the cache.
Should this be fixed?test=> create temporary table test (x integer);CREATEtest=> vacuum test;NOTICE: Vacuum: table not
foundVACUUM
-- Bruce Momjian | http://www.op.net/~candle pgman@candle.pha.pa.us | (610)
853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill,
Pennsylvania19026