summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-09-23 14:52:28 +0000
committerBruce Momjian2002-09-23 14:52:28 +0000
commit245b3d7d5cc247f5b12dd3bae18f1ea988907596 (patch)
tree187485c34d100e086ef2c5cad674742bccb305ef
parentd4123865a37ae111584b0098664b613ac0fe71b4 (diff)
Add:
> * Add start time to pg_stat_activity
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index d924aafe071..eac1153f40c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sun Sep 22 21:38:57 EDT 2002
+Last updated: Mon Sep 23 10:52:15 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -68,6 +68,7 @@ Administration
* Allow configuration files to be specified in a different directory
* -Reserve last few process slots for super-user if max_connections reached
* -Add GUC parameter to print queries that generate errors
+* Add start time to pg_stat_activity
Data Types