diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-08-04 01:24:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-08-04 01:24:49 +0000 |
commit | 49954b45262b64773566410d9a3176e37a64b883 (patch) | |
tree | 789299d4b6f84c1162fd39184fd069640bed3dd7 | |
parent | c82264291e111efa716d60d61fadd23b4cd0d189 (diff) | |
download | postgresql-49954b45262b64773566410d9a3176e37a64b883.tar.gz postgresql-49954b45262b64773566410d9a3176e37a64b883.zip |
Add URL for terminate backend test:
> http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Wed Aug 2 09:36:40 EDT 2006 +Last updated: Thu Aug 3 21:24:41 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -41,6 +41,7 @@ Administration has been reported in 8.0. A possible cause was fixed in 8.1, but it is unknown whether other problems exist. This item mostly requires additional testing rather than of writing any new code. + http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php * %Set proper permissions on non-system schemas during db creation diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 73a5d679d41..e6d1c72ea32 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Wed Aug 2 09:36:40 EDT 2006 +Last updated: Thu Aug 3 21:24:41 EDT 2006 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -43,6 +43,7 @@ first. has been reported in 8.0. A possible cause was fixed in 8.1, but it is unknown whether other problems exist. This item mostly requires additional testing rather than of writing any new code. + <a href="http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php">http://archives.postgresql.org/pgsql-hackers/2006-08/msg00174.php</a> </p> </li><li>%Set proper permissions on non-system schemas during db creation <p> Currently all schemas are owned by the super-user because they are |