Commit 95ce4ee9 authored by Bruce Momjian's avatar Bruce Momjian

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
parent 55a56845
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Thu Jun 12 14:08:45 EDT 2008 Last updated: Fri Jun 13 12:24:28 EDT 2008
The most recent version of this document can be viewed at The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -114,6 +114,8 @@ Administration ...@@ -114,6 +114,8 @@ Administration
http://archives.postgresql.org/pgsql-hackers/2007-11/msg00009.php http://archives.postgresql.org/pgsql-hackers/2007-11/msg00009.php
o Add functions to syntax check configuration files
* Tablespaces * Tablespaces
...@@ -1041,7 +1043,6 @@ Clients ...@@ -1041,7 +1043,6 @@ Clients
allow pg_ctl to read and understand postgresql.conf to find the allow pg_ctl to read and understand postgresql.conf to find the
data_directory value. data_directory value.
* Add pg_ctl option to do a syntax check of postgresql.conf
* Add a function like pg_get_indexdef() that report more detailed index * Add a function like pg_get_indexdef() that report more detailed index
information information
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <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>
<p>The most recent version of this document can be viewed at<br/> <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>. <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/> ...@@ -107,6 +107,7 @@ first. There is also a developer's wiki at<br/>
check the username@realm against multiple realms 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> <a href="http://archives.postgresql.org/pgsql-hackers/2007-11/msg00009.php">http://archives.postgresql.org/pgsql-hackers/2007-11/msg00009.php</a>
</p> </p>
</li><li>Add functions to syntax check configuration files
</li></ul> </li></ul>
</li><li>Tablespaces </li><li>Tablespaces
<ul> <ul>
...@@ -900,7 +901,6 @@ first. There is also a developer's wiki at<br/> ...@@ -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 allow pg_ctl to read and understand postgresql.conf to find the
data_directory value. data_directory value.
</p> </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 </li><li>Add a function like pg_get_indexdef() that report more detailed index
information 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> <p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php">http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment