diff options
author | Bruce Momjian | 2008-03-25 00:07:12 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-03-25 00:07:12 +0000 |
commit | aa8f1a565c973397b1e1d820ffd29875d6539eba (patch) | |
tree | 97d2b7864e64242d5f81479711220b00645b6704 /doc/src/FAQ | |
parent | 9cee80911bfb39cb057a223754f2f0a3fb646012 (diff) |
Add to TODO:
>
> * Have /contrib/dblink reuse unnamed connections
>
> http://archives.postgresql.org/pgsql-hackers/2007-10/msg00895.php
Diffstat (limited to 'doc/src/FAQ')
-rw-r--r-- | doc/src/FAQ/TODO.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 61602da03fa..5cec34939f9 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:[email protected]">[email protected]</a>)<br/> -Last updated: Mon Mar 24 20:05:05 EDT 2008 +Last updated: Mon Mar 24 20:07:06 EDT 2008 </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>. @@ -420,6 +420,9 @@ first. There is also a developer's wiki at<br/> </li><li>Fix regular expression bug when using complex back-references <p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-10/msg00000.php">http://archives.postgresql.org/pgsql-bugs/2007-10/msg00000.php</a> </p> + </li><li>Have /contrib/dblink reuse unnamed connections +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-10/msg00895.php">http://archives.postgresql.org/pgsql-hackers/2007-10/msg00895.php</a> +</p> </li></ul> <h1><a name="section_5">Multi-Language Support</a></h1> |