summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-02-01 17:00:17 +0000
committerBruce Momjian2002-02-01 17:00:17 +0000
commit984d0ecf6eaa99df3a0bcff5ad5a566222b7a29e (patch)
treeab5fce251d82f536aecff67b344bdc8ff39fcdb5
parent1b6aa29a05daa1579fedd2ef1bf0df5ddff4b018 (diff)
Added:
> * Prevent SIGHUP and 'pg_ctl reload' from changing command line > specified parameters to postgresql.conf defaults
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 5328b520688..3ed6b6705a4 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 ([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