Update TODO using new script.
authorBruce Momjian
Sat, 19 Apr 2008 12:33:06 +0000 (12:33 +0000)
committerBruce Momjian
Sat, 19 Apr 2008 12:33:06 +0000 (12:33 +0000)
doc/TODO
doc/src/FAQ/TODO.html

index 08d85bfa9da019b7e01c3a1d38b21f21eeff2e76..8eacdd6f1f9c96b6fce507c813a360b1270961a8 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Apr 19 08:15:19 EDT 2008
+Last updated:      Sat Apr 19 08:32:51 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
index 06aa4e11476b3b50153a359da96bcf98d706b421..9ceb4ad544ab2c8df6e113edd26e59fb5ad637f6 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Apr 19 08:15:19 EDT 2008
+Last updated:           Sat Apr 19 08:32:51 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -802,7 +802,7 @@ first.  There is also a developer's wiki at
 

     
  • Allow function parameters to be passed by name,
  •            get_employee_salary(12345 AS emp_id, 2001 AS tax_year)
    -    
  • Allow handling of %TYPE arrays, e.g. tab.col%TYPE[]
  • +    
  • Allow handling of %TYPE arrays, e.g. tab.col%TYPE[]
  •      
  • Allow listing of record column names, and access to
  •            record columns via variables, e.g. columns := r.(*),
               tval2 := r.(colname)
    @@ -984,7 +984,7 @@ first.  There is also a developer's wiki at
         
  • Use backend PREPARE/EXECUTE facility for ecpg where possible
  •      
  • Implement SQLDA
  •      
  • Fix nested C comments
  • -    
  • %sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
  • +    
  • %sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
  •      
  • Make SET CONNECTION thread-aware, non-standard?
  •      
  • Allow multidimensional arrays
  •      
  • Add internationalized message strings
  • @@ -1384,7 +1384,7 @@ first.  There is also a developer's wiki at
       might be dropped or truncated during crash recovery
     

      Allow tables to bypass WAL writes and just fsync() dirty pages on

       commit.  This should be implemented using ALTER TABLE, e.g. ALTER
    -  TABLE PERSISTENCE [ DROP | TRUNCATE | DEFAULT ].  Tables using
    +  TABLE PERSISTENCE [ DROP | TRUNCATE | DEFAULT ].  Tables using
       non-default logging should not use referential integrity with
       default-logging tables.  A table without dirty buffers during a
       crash could perhaps avoid the drop/truncate.