aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-30 03:12:37 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-30 03:12:37 +0000
commit5bf55525c324e6c8a3ac7b5b4d187ba4b3dd8cb4 (patch)
tree75402602dbaef10bc6d99e7dcd4eb2c7aab4d06d
parent122b0cd86f43e972542f03fdc760bf7dd78ac794 (diff)
downloadpostgresql-5bf55525c324e6c8a3ac7b5b4d187ba4b3dd8cb4.tar.gz
postgresql-5bf55525c324e6c8a3ac7b5b4d187ba4b3dd8cb4.zip
Move item:
< * Allow logging of query durations
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 8d79c9b014d..ac9e6c4b346 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Jul 29 17:40:51 EDT 2002
+Last updated: Mon Jul 29 23:12:20 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -37,6 +37,7 @@ Reporting
* -Change DEBUG startup tag to LOG (Bruce)
* Show location of syntax error in query [yacc]
* Add getpid() function to backend
+* Allow logging of query durations
Permissions
@@ -64,7 +65,6 @@ Administration
or postmaster startup (Bruce)
* Remove behavior of postmaster -o after making postmaster/postgres
flags unique
-* Allow logging of query durations
* -Prevent SIGHUP and 'pg_ctl reload' from changing command line
specified parameters to postgresql.conf defaults (Peter E)
* Allow easy display of usernames in a group