diff options
author | Bruce Momjian | 2002-02-01 17:00:17 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-02-01 17:00:17 +0000 |
commit | 984d0ecf6eaa99df3a0bcff5ad5a566222b7a29e (patch) | |
tree | ab5fce251d82f536aecff67b344bdc8ff39fcdb5 | |
parent | 1b6aa29a05daa1579fedd2ef1bf0df5ddff4b018 (diff) |
Added:
> * Prevent SIGHUP and 'pg_ctl reload' from changing command line
> specified parameters to postgresql.conf defaults
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ([email protected]) @@ -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 |