diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-13 23:23:11 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-13 23:23:11 +0000 |
commit | e4f45d29be6d7cab4160eef58b93d6f01e1ec759 (patch) | |
tree | d63a9a1f8828c5d001b739080b1289189665603f | |
parent | 6e5c64b551c5acebbc36cd2a1bdbfdc9c0b6ef35 (diff) | |
download | postgresql-e4f45d29be6d7cab4160eef58b93d6f01e1ec759.tar.gz |
Add URL for:
* Update Bonjour to work with newer cross-platform SDK
> http://archives.postgresql.org/pgsql-patches/2006-10/msg00048.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: Tue Feb 13 14:57:00 EST 2007 +Last updated: Tue Feb 13 18:23:03 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1379,6 +1379,7 @@ Source Code * Update Bonjour to work with newer cross-platform SDK http://archives.postgresql.org/pgsql-hackers/2006-09/msg02238.php + http://archives.postgresql.org/pgsql-patches/2006-10/msg00048.php * Split out libpq pgpass and environment documentation sections to make it easier for non-developers to find diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index c40e0f3ccc..20a44865a9 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: Tue Feb 13 14:57:00 EST 2007 +Last updated: Tue Feb 13 18:23:03 EST 2007 </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>. @@ -1235,6 +1235,7 @@ first. There is also a developer's wiki at<br/> read them properly </li><li>Update Bonjour to work with newer cross-platform SDK <p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-09/msg02238.php">http://archives.postgresql.org/pgsql-hackers/2006-09/msg02238.php</a> + <a href="http://archives.postgresql.org/pgsql-patches/2006-10/msg00048.php">http://archives.postgresql.org/pgsql-patches/2006-10/msg00048.php</a> </p> </li><li>Split out libpq pgpass and environment documentation sections to make it easier for non-developers to find |