Skip to content

Commit 95ce4ee

Browse files
committed
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
1 parent 55a5684 commit 95ce4ee

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/TODO

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Thu Jun 12 14:08:45 EDT 2008
4+
Last updated: Fri Jun 13 12:24:28 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -114,6 +114,8 @@ Administration
114114

115115
http://archives.postgresql.org/pgsql-hackers/2007-11/msg00009.php
116116

117+
o Add functions to syntax check configuration files
118+
117119

118120
* Tablespaces
119121

@@ -1041,7 +1043,6 @@ Clients
10411043
allow pg_ctl to read and understand postgresql.conf to find the
10421044
data_directory value.
10431045

1044-
* Add pg_ctl option to do a syntax check of postgresql.conf
10451046
* Add a function like pg_get_indexdef() that report more detailed index
10461047
information
10471048

doc/src/FAQ/TODO.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Thu Jun 12 14:08:45 EDT 2008
11+
Last updated: Fri Jun 13 12:24:28 EDT 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -107,6 +107,7 @@ <h1><a name="section_2">Administration</a></h1>
107107
check the username@realm against multiple realms
108108
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-11/msg00009.php">http://archives.postgresql.org/pgsql-hackers/2007-11/msg00009.php</a>
109109
</p>
110+
</li><li>Add functions to syntax check configuration files
110111
</li></ul>
111112
</li><li>Tablespaces
112113
<ul>
@@ -900,7 +901,6 @@ <h1><a name="section_10">Clients</a></h1>
900901
allow pg_ctl to read and understand postgresql.conf to find the
901902
data_directory value.
902903
</p>
903-
</li><li>Add pg_ctl option to do a syntax check of postgresql.conf
904904
</li><li>Add a function like pg_get_indexdef() that report more detailed index
905905
information
906906
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php">http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php</a>

0 commit comments

Comments
 (0)