diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-03-20 03:40:33 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-03-20 03:40:33 +0000 |
commit | 31ce4557b35822c1e1712e599473ac6e439a48dc (patch) | |
tree | 8c8fe755fc525aedc5a97a2c0a66c52b4f163c97 | |
parent | a18331004a15c4e37fe88312bd882b49edb8228f (diff) | |
download | postgresql-31ce4557b35822c1e1712e599473ac6e439a48dc.tar.gz postgresql-31ce4557b35822c1e1712e599473ac6e439a48dc.zip |
Item done:
> * -Add start time to pg_stat_activity
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Mar 18 22:53:15 EST 2003 +Last updated: Wed Mar 19 22:40:26 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -50,7 +50,7 @@ Administration flags unique * Allow easy display of usernames in a group * Allow configuration files to be specified in a different directory -* Add start time to pg_stat_activity +* -Add start time to pg_stat_activity * Allow limits on per-db/user connections * Have standalone backend read postgresql.conf * Add group object ownership, so groups can rename/drop/grant on objects, |