diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-03-05 15:16:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-03-05 15:16:58 +0000 |
commit | 5173b1a40f74fbcdd2b4b0cd055d1b5524c3ca7e (patch) | |
tree | e02f9858eb33883453ab3078f0178160b900f7b8 | |
parent | a4a6ee4a5dd39d6fad10818bbb9ba9edfb04c04e (diff) | |
download | postgresql-5173b1a40f74fbcdd2b4b0cd055d1b5524c3ca7e.tar.gz postgresql-5173b1a40f74fbcdd2b4b0cd055d1b5524c3ca7e.zip |
Done:
> o -Add "include file" functionality in postgresql.conf
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 |