diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-08 04:32:17 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-08 04:32:17 +0000 |
commit | 4af4c5047ae5985c817b4a2e2a48bdb0f5d61f8e (patch) | |
tree | 68320671c6363166c424dc0cd2140210881d5d2d | |
parent | 0cc9917bb62da7a8f86e07ca80bfae3bceab17de (diff) | |
download | postgresql-4af4c5047ae5985c817b4a2e2a48bdb0f5d61f8e.tar.gz postgresql-4af4c5047ae5985c817b4a2e2a48bdb0f5d61f8e.zip |
Added:
> * Have checkpoint process identify itself via ps status display
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Feb 4 15:49:34 EST 2002 +Last updated: Thu Feb 7 23:32:04 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -66,6 +66,7 @@ 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 |