summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-06-13 16:24:38 +0000
committerBruce Momjian <bruce@momjian.us>2008-06-13 16:24:38 +0000
commit95ce4ee943f226152ac8c147da178af5d1a95909 (patch)
tree2f36ac0da73ce713bb34dff316df4d35148ff43e /doc/src
parent55a56845eddb0f3b7cb947d1971c41b86638d452 (diff)
Modify TODO entry to be a function:
> o Add functions to syntax check configuration files > < * Add pg_ctl option to do a syntax check of postgresql.conf
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/TODO.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 07ede637dd5..4d2cd320b46 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: Thu Jun 12 14:08:45 EDT 2008
+Last updated: Fri Jun 13 12:24:28 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>.
@@ -107,6 +107,7 @@ first. There is also a developer's wiki at<br/>
check the username@realm against multiple realms
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-11/msg00009.php">http://archives.postgresql.org/pgsql-hackers/2007-11/msg00009.php</a>
</p>
+ </li><li>Add functions to syntax check configuration files
</li></ul>
</li><li>Tablespaces
<ul>
@@ -900,7 +901,6 @@ first. There is also a developer's wiki at<br/>
allow pg_ctl to read and understand postgresql.conf to find the
data_directory value.
</p>
- </li><li>Add pg_ctl option to do a syntax check of postgresql.conf
</li><li>Add a function like pg_get_indexdef() that report more detailed index
information
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php">http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php</a>