From c6b6f7ad6417ea64c4f56507b85287db97ce508c Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Tue, 28 Feb 2006 19:48:03 +0000 Subject: [PATCH] Add: * Split out libpq pgpass and environment documentation sections to make it easier for non-developers to find --- doc/TODO | 4 +++- doc/src/FAQ/TODO.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 75b752a0d1b..f6815a67278 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sun Feb 26 16:22:48 EST 2006 +Last updated: Tue Feb 28 14:47:56 EST 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1163,6 +1163,8 @@ Source Code read them properly * Update Bonjour to work with newer cross-platform SDK * -Remove BeOS and QNX-specific code +* Split out libpq pgpass and environment documentation sections to make + it easier for non-developers to find * Win32 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index e4a616614d0..29cf451887a 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Sun Feb 26 16:22:48 EST 2006 +Last updated: Tue Feb 28 14:47:56 EST 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>. @@ -1054,6 +1054,8 @@ first. read them properly </li><li>Update Bonjour to work with newer cross-platform SDK </li><li>-<em>Remove BeOS and QNX-specific code</em> + </li><li>Split out libpq pgpass and environment documentation sections to make + it easier for non-developers to find </li><li>Win32 <ul> <li>Remove configure.in check for link failure when cause is found -- GitLab