File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
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
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1039,6 +1039,7 @@ Clients
1039
1039
allow pg_ctl to read and understand postgresql.conf to find the
1040
1040
data_directory value.
1041
1041
1042
+ * Add pg_ctl option to do a syntax check of postgresql.conf
1042
1043
* Add a function like pg_get_indexdef() that report more detailed index
1043
1044
information
1044
1045
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
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 > < 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>
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
You can’t perform that action at this time.
0 commit comments