diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-08 06:41:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-08 06:41:30 +0000 |
commit | c7831585dd56f411298f7852c78e3c847b185e7a (patch) | |
tree | 5f1d67e99662020394a91c7844fab7945ec7b78a | |
parent | 4af4c5047ae5985c817b4a2e2a48bdb0f5d61f8e (diff) | |
download | postgresql-c7831585dd56f411298f7852c78e3c847b185e7a.tar.gz postgresql-c7831585dd56f411298f7852c78e3c847b185e7a.zip |
Oops, already completed:
< * Have checkpoint process identify itself via ps status display
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Feb 7 23:32:04 EST 2002 +Last updated: Fri Feb 8 01:41:04 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -66,7 +66,6 @@ ADMIN * Allow logging of query durations * Prevent SIGHUP and 'pg_ctl reload' from changing command line specified parameters to postgresql.conf defaults -* Have checkpoint process identify itself via ps status display DATA TYPES |