diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-07-29 16:47:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-07-29 16:47:07 +0000 |
commit | 66917fcff5c29c369b7bf3320009b46523d7729d (patch) | |
tree | 3eaa0cce10315dadfbbbc7d4b84602a25a2fa065 | |
parent | a3b9a02716fd775c8635bc89b19eb52ab5cd2de1 (diff) | |
download | postgresql-66917fcff5c29c369b7bf3320009b46523d7729d.tar.gz postgresql-66917fcff5c29c369b7bf3320009b46523d7729d.zip |
Add:
> * Allow administrators to safely terminate individual sessions
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Thu Jul 29 12:23:59 EDT 2004 +Last updated: Thu Jul 29 12:46:58 EDT 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -49,6 +49,7 @@ Administration * Add session start time and last statement time to pg_stat_activity * Allow server logs to be read using SQL commands * Allow server configuration parameters to be modified remotetly +* Allow administrators to safely terminate individual sessions * Improve replication solutions o Automatic failover |