From 451cd7d4263cb62594a808bddb49432a6695c6c2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 27 Sep 2005 15:18:13 +0000 Subject: Add: > o Improve signal handling, > http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php --- doc/src/FAQ/TODO.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index e94802c57af..fcee6b0bc2f 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Tue Sep 27 09:39:26 EDT 2005 +Last updated: Tue Sep 27 11:18:04 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -965,6 +965,8 @@ first.

  • Re-enable timezone output on log_line_prefix '%t' when a shorter timezone string is available
  • Fix problem with shared memory on the Win32 Terminal Server +
  • Improve signal handling, + http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
  • Wire Protocol Changes