Add:
authorBruce Momjian
Mon, 25 Jul 2005 15:27:06 +0000 (15:27 +0000)
committerBruce Momjian
Mon, 25 Jul 2005 15:27:06 +0000 (15:27 +0000)
>  o Allow postgresql.conf file values to be changed via an SQL API
>  o Allow the server to be stopped/restarted via an SQL API

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

index cd0719059c5d2085ab25e11b5fe8fed5b04852bc..5c8f482ea1703f8975f121353924df92710d900f 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Thu Jul 21 09:43:13 EDT 2005
+Last updated:      Mon Jul 25 11:26:58 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -71,6 +71,8 @@ Administration
      This would require a new global table that is dumped to flat file for
      use by the postmaster.  We do a similar thing for pg_shadow currently.
 
+   o Allow postgresql.conf file values to be changed via an SQL API
+   o Allow the server to be stopped/restarted via an SQL API
 
 * Tablespaces
 
index b7e5a9bd20ba663fc4bd6fa4c5902e804ee7c5ca..9f2b56b4c63de04f5cf640b57efd3fee4390f3b9 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Thu Jul 21 09:43:13 EDT 2005
+Last updated:           Mon Jul 25 11:26:58 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -68,6 +68,8 @@ first.
 

          This would require a new global table that is dumped to flat file for

           use by the postmaster.  We do a similar thing for pg_shadow currently.
 

+    
  • Allow postgresql.conf file values to be changed via an SQL API
  • +    
  • Allow the server to be stopped/restarted via an SQL API
  •    
       
  • Tablespaces
  •