Add URL for:
authorBruce Momjian
Tue, 11 Mar 2008 14:25:51 +0000 (14:25 +0000)
committerBruce Momjian
Tue, 11 Mar 2008 14:25:51 +0000 (14:25 +0000)
* Allow administrators to safely terminate individual sessions either
  via an SQL function or SIGTERM

>   http://archives.postgresql.org/pgsql-hackers/2007-04/msg00218.php

doc/TODO
doc/src/FAQ/TODO.html

index 63043afb733dc65826d2a15f3d47e68b2f9899a2..277a38b1add41b390ffabe9022f98d6c3d54d94c 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Mar 10 10:16:29 EDT 2008
+Last updated:      Tue Mar 11 10:25:42 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -29,6 +29,7 @@ Administration
   requires additional testing rather than of writing any new code.
 
   http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php
+  http://archives.postgresql.org/pgsql-hackers/2007-04/msg00218.php
 
 * Check for unreferenced table files created by transactions that were
   in-progress when the server terminated abruptly
index b8cce52387c7a99a87f8415beb31891d1428ae53..977049be41405601ca935b47f43d1bda4d8f865c 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Mar 10 10:16:29 EDT 2008
+Last updated:           Tue Mar 11 10:25:42 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -34,6 +34,7 @@ first.  There is also a developer's wiki at
   requires additional testing rather than of writing any new code.
 

 

  http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php

+  http://archives.postgresql.org/pgsql-hackers/2007-04/msg00218.php
 

   
  • Check for unreferenced table files created by transactions that were
  •    in-progress when the server terminated abruptly