Add:
authorBruce Momjian
Fri, 26 Aug 2005 20:38:57 +0000 (20:38 +0000)
committerBruce Momjian
Fri, 26 Aug 2005 20:38:57 +0000 (20:38 +0000)
>  o Issue a warning if a change-on-restart-only postgresql.conf value
>    is modified  and the server config files are reloaded
>  o Mark change-on-restart-only values in postgresql.conf
205a209
>  o Fix SELECT '0.01 years'::interval, '0.01 months'::interval

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

index 202b78f0ed66e56ebf9a04793bd381b70d61f2e9..074b7007c99e8fbd21b70d740c9d6d0595fab66b 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Aug 26 15:41:03 EDT 2005
+Last updated:      Fri Aug 26 16:38:55 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -80,6 +80,9 @@ Administration
    o %Allow postgresql.conf file values to be changed via an SQL
      API, perhaps using SET GLOBAL
    o Allow the server to be stopped/restarted via an SQL API
+   o Issue a warning if a change-on-restart-only postgresql.conf value
+     is modified  and the server config files are reloaded
+   o Mark change-on-restart-only values in postgresql.conf
 
 
 * Tablespaces
@@ -203,6 +206,7 @@ Data Types
      If the TIMESTAMP value is stored with a time zone name, interval 
      computations should adjust based on the time zone rules.
 
+   o Fix SELECT '0.01 years'::interval, '0.01 months'::interval
    o Add ISO INTERVAL handling
        o Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO 
          SECOND
index cb43147fb236229c59bc8242d98e825d0551b7fc..5e0dcb20ed5074928e5a60ae1a6cfb4deebd3de5 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Aug 26 15:41:03 EDT 2005
+Last updated:           Fri Aug 26 16:38:55 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -76,6 +76,9 @@ first.
     
  • %Allow postgresql.conf file values to be changed via an SQL
  •            API, perhaps using SET GLOBAL
         
  • Allow the server to be stopped/restarted via an SQL API
  • +    
  • Issue a warning if a change-on-restart-only postgresql.conf value
  • +          is modified  and the server config files are reloaded
    +    
  • Mark change-on-restart-only values in postgresql.conf
  •    
       
  • Tablespaces
  •    
      @@ -187,6 +190,7 @@ first.
       

                If the TIMESTAMP value is stored with a time zone name, interval 

                 computations should adjust based on the time zone rules.
       

      +    
    • Fix SELECT '0.01 years'::interval, '0.01 months'::interval
    •      
    • Add ISO INTERVAL handling
    •      
               
      • Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO