From c56b444496b3a4b65b7a89df691b2419dd678ac1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Fri, 9 May 2008 03:58:41 +0000 Subject: [PATCH] Add to TODO: > > * Improve the /contrib installation experience > > http://archives.postgresql.org/pgsql-hackers/2008-04/msg00132.php --- doc/TODO | 6 +++++- doc/src/FAQ/TODO.html | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 44e8c99e8b1..8518959ffa1 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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>. @@ -1626,6 +1626,9 @@ first. There is also a developer's wiki at<br/> </li><li>Improve NLS maintenance of libpgport messages linked onto applications </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 -- GitLab