Vacuuming temporary tables - Mailing list pgsql-hackers

From Bruce Momjian
Subject Vacuuming temporary tables
Date
Msg-id 200004061710.NAA24871@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
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
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Book and TEMP vs. TEMPORARY
Next
From: Don Baccus
Date:
Subject: Re: pg_dumplo, thanks :) (fwd)