Add:
authorBruce Momjian
Wed, 11 Jun 2008 20:54:31 +0000 (20:54 +0000)
committerBruce Momjian
Wed, 11 Jun 2008 20:54:31 +0000 (20:54 +0000)
> * Add pg_ctl option to do a syntax check of postgresql.conf

doc/TODO
doc/src/FAQ/TODO.html

index 8498670eb134e636a4ccbede61015d623dddaf17..2cc80f94e4fa6ead79ccacf4723846043b2ce969 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed May 28 22:04:08 EDT 2008
+Last updated:      Wed Jun 11 16:54:08 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1039,6 +1039,7 @@ Clients
   allow pg_ctl to read and understand postgresql.conf to find the
   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
   information
 
index 7aa1a578d2d50c9a9d4d0dab20a0187ee9165421..4032ff4ab4547eeb100a8ef78f11b8c241165637 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed May 28 22:04:08 EDT 2008
+Last updated:           Wed Jun 11 16:54:08 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -898,6 +898,7 @@ first.  There is also a developer's wiki at
   allow pg_ctl to read and understand postgresql.conf to find the
   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
  •    information
     

      http://archives.postgresql.org/pgsql-bugs/2007-12/msg00166.php

    @@ -1708,8 +1709,8 @@ first.  There is also a developer's wiki at
         
  • Remove configure.in check for link failure when cause is found
  •      
  • Remove readdir() errno patch when runtime/mingwex/dirent.c rev
  •            1.4 is released
    -    
  • -Remove psql newline patch when we find out why mingw outputs an
  • -          extra newline
    +    
  • -Remove psql newline patch when we find out why mingw outputs an
  • +          extra newline
         
  • Allow psql to use readline once non-US code pages work with
  •            backslashes
         
  • Fix problem with shared memory on the Win32 Terminal Server