Vacuuming temporary tables

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Vacuuming temporary tables
Дата
Msg-id 200004061710.NAA24871@candle.pha.pa.us
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Book and TEMP vs. TEMPORARY
Следующее
От: Don Baccus
Дата:
Сообщение: Re: pg_dumplo, thanks :) (fwd)