Skip to content

Commit ebff1d4

Browse files
committed
Add:
> * Add pg_ctl option to do a syntax check of postgresql.conf
1 parent 70da495 commit ebff1d4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/TODO

+2-1
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: Wed May 28 22:04:08 EDT 2008
4+
Last updated: Wed Jun 11 16:54:08 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1039,6 +1039,7 @@ Clients
10391039
allow pg_ctl to read and understand postgresql.conf to find the
10401040
data_directory value.
10411041

1042+
* Add pg_ctl option to do a syntax check of postgresql.conf
10421043
* Add a function like pg_get_indexdef() that report more detailed index
10431044
information
10441045

doc/src/FAQ/TODO.html

+4-3
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: Wed May 28 22:04:08 EDT 2008
11+
Last updated: Wed Jun 11 16:54:08 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>.
@@ -898,6 +898,7 @@ <h1><a name="section_10">Clients</a></h1>
898898
allow pg_ctl to read and understand postgresql.conf to find the
899899
data_directory value.
900900
</p>
901+
</li><li>Add pg_ctl option to do a syntax check of postgresql.conf
901902
</li><li>Add a function like pg_get_indexdef() that report more detailed index
902903
information
903904
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php">http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php</a>
@@ -1708,8 +1709,8 @@ <h1><a name="section_22">Source Code</a></h1>
17081709
<li>Remove configure.in check for link failure when cause is found
17091710
</li><li>Remove readdir() errno patch when runtime/mingwex/dirent.c rev
17101711
1.4 is released
1711-
</li><li>-<em>Remove psql newline patch when we find out why mingw outputs an
1712-
extra newline</em>
1712+
</li><li>-<em>Remove psql newline patch when we find out why mingw outputs an</em>
1713+
extra newline
17131714
</li><li>Allow psql to use readline once non-US code pages work with
17141715
backslashes
17151716
</li><li>Fix problem with shared memory on the Win32 Terminal Server

0 commit comments

Comments
 (0)