From: Bruce Momjian Date: Sun, 13 Jun 2004 23:39:30 +0000 (+0000) Subject: Re-add: X-Git-Tag: REL8_0_0BETA1~360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75c8e51b089f54a9ee93de7e6aca40ee53bea9d5;p=postgresql Re-add: > * Remove unreferenced table files and temp tables during database vacuum > or postmaster startup (Bruce) --- diff --git a/doc/TODO b/doc/TODO index c39395ac19..19211e531d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Jun 10 15:04:47 EDT 2004 +Last updated: Sun Jun 13 19:39:29 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -50,6 +50,8 @@ Administration * Have SHOW ALL and pg_settings show descriptions for server-side variables(Joe) * Allow external interfaces to extend the GUC variable set * Allow GRANT/REVOKE permissions to be given to all schema objects with one command +* Remove unreferenced table files and temp tables during database vacuum + or postmaster startup (Bruce) Data Types