From 5173b1a40f74fbcdd2b4b0cd055d1b5524c3ca7e Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Sun, 5 Mar 2006 15:16:58 +0000 Subject: [PATCH] Done: > o -Add "include file" functionality in postgresql.conf --- doc/TODO | 4 ++-- doc/src/FAQ/TODO.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index a8915a7c4ca..ae0b7f7138d 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: Sat Mar 4 00:02:00 EST 2006 +Last updated: Sun Mar 5 10:16:55 EST 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -65,7 +65,7 @@ Administration * Configuration files - o %Add "include file" functionality in postgresql.conf + o -Add "include file" functionality in postgresql.conf o %Allow commenting of variables in postgresql.conf to restore them to defaults diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index b92bfeeec20..92d97539ab1 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: Sat Mar 4 00:02:00 EST 2006 +Last updated: Sun Mar 5 10:16:55 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>. @@ -63,7 +63,7 @@ first. </li></ul> </li><li>Configuration files <ul> - <li>%Add "include file" functionality in postgresql.conf + <li>-<em>Add "include file" functionality in postgresql.conf</em> </li><li>%Allow commenting of variables in postgresql.conf to restore them to defaults <p> Currently, if a variable is commented out, it keeps the -- GitLab