diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-05-09 03:58:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-05-09 03:58:41 +0000 |
commit | c56b444496b3a4b65b7a89df691b2419dd678ac1 (patch) | |
tree | 75f8a61b469019aee05b5f325e39a339a2b3cdfe | |
parent | 4a586bd405c2c4905a0a6964275ecfdc324f0e8e (diff) | |
download | postgresql-c56b444496b3a4b65b7a89df691b2419dd678ac1.tar.gz postgresql-c56b444496b3a4b65b7a89df691b2419dd678ac1.zip |
Add to TODO:
>
> * Improve the /contrib installation experience
>
> http://archives.postgresql.org/pgsql-hackers/2008-04/msg00132.php
-rw-r--r-- | doc/TODO | 6 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 5 |
2 files changed, 9 insertions, 2 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Wed May 7 22:24:00 EDT 2008 +Last updated: Thu May 8 23:58:36 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1886,6 +1886,10 @@ Source Code http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php +* Improve the /contrib installation experience + + http://archives.postgresql.org/pgsql-hackers/2008-04/msg00132.php + * Use UTF8 encoding for NLS messages so all server encodings can read them properly * Update Bonjour to work with newer cross-platform SDK diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 56a0f65e2ba..26d2a2ebdcf 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 May 7 22:24:00 EDT 2008 +Last updated: Thu May 8 23:58:36 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>. @@ -1627,6 +1627,9 @@ first. There is also a developer's wiki at<br/> </li><li>Clean up casting in contrib/isn <p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php</a> </p> + </li><li>Improve the /contrib installation experience +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg00132.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg00132.php</a> +</p> </li><li>Use UTF8 encoding for NLS messages so all server encodings can read them properly </li><li>Update Bonjour to work with newer cross-platform SDK |