From: Bruce Momjian Date: Fri, 1 Feb 2002 17:00:17 +0000 (+0000) Subject: Added: X-Git-Tag: REL7_2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=984d0ecf6eaa99df3a0bcff5ad5a566222b7a29e;p=postgresql Added: > * Prevent SIGHUP and 'pg_ctl reload' from changing command line > specified parameters to postgresql.conf defaults --- diff --git a/doc/TODO b/doc/TODO index 5328b52068..3ed6b6705a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Jan 26 23:22:17 EST 2002 +Last updated: Fri Feb 1 11:59:54 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -61,6 +61,8 @@ ADMIN * Remove behavior of postmaster -o after making postmaster/postgres flags unique * Allow logging of query durations +* Prevent SIGHUP and 'pg_ctl reload' from changing command line + specified parameters to postgresql.conf defaults DATA TYPES