|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated: WedMay 28 22:04:08 EDT 2008 |
| 11 | +Last updated: WedJun 11 16:54:08 EDT 2008 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="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>
|
898 | 898 | allow pg_ctl to read and understand postgresql.conf to find the
|
899 | 899 | data_directory value.
|
900 | 900 | </p>
|
| 901 | +</li><li>Add pg_ctl option to do a syntax check of postgresql.conf |
901 | 902 | </li><li>Add a function like pg_get_indexdef() that report more detailed index
|
902 | 903 | information
|
903 | 904 | <p><ahref="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>
|
1708 | 1709 | <li>Remove configure.in check for link failure when cause is found
|
1709 | 1710 | </li><li>Remove readdir() errno patch when runtime/mingwex/dirent.c rev
|
1710 | 1711 | 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 |
1713 | 1714 | </li><li>Allow psql to use readline once non-US code pages work with
|
1714 | 1715 | backslashes
|
1715 | 1716 | </li><li>Fix problem with shared memory on the Win32 Terminal Server
|
|