Done:
authorBruce Momjian
Sun, 26 Feb 2006 21:22:47 +0000 (21:22 +0000)
committerBruce Momjian
Sun, 26 Feb 2006 21:22:47 +0000 (21:22 +0000)
> * -Add 'tid != tid ' operator for use in corruption recovery

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

index e5e7392d160debe5f433f58d8558302e2da1dcac..75b752a0d1b030dc49687b915b22b518de04adc1 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Feb 25 11:34:42 EST 2006
+Last updated:      Sun Feb 26 16:22:48 EST 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -198,7 +198,7 @@ Data Types
 * -Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
 * -Allow INET + INT8 to increment the host part of the address or
   throw an error on overflow
-* %Add 'tid != tid ' operator for use in corruption recovery
+* -Add 'tid != tid ' operator for use in corruption recovery
 * Allow user-defined types to specify a type modifier at table creation
   time
 
index 74acb265a4c956304769fb9eee744f076ef52836..e4a616614d06c2e2602f16af8d497b7d46219c31 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Feb 25 11:34:42 EST 2006
+Last updated:           Sun Feb 26 16:22:48 EST 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -184,7 +184,7 @@ first.
   
  • -Prevent INET cast to CIDR from dropping netmask, SELECT '1.1.1.1'::inet::cidr
  •    
  • -Allow INET + INT8 to increment the host part of the address or
  •    throw an error on overflow
    -  
  • %Add 'tid != tid ' operator for use in corruption recovery
  • +  
  • -Add 'tid != tid ' operator for use in corruption recovery
  •    
  • Allow user-defined types to specify a type modifier at table creation
  •    time
       
  • Dates and Times
  • @@ -304,9 +304,9 @@ first.
     

    Views / Rules

     
     
      -  
    • %Automatically create rules on views so they are updateable, per SQL99
    • +  
    • Automatically create rules on views so they are updateable, per SQL99
    •  

        We can only auto-create rules for simple views.  For more complex

      -  cases users will still have to write rules.
      +  cases users will still have to write rules manually.
       

         
    • Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
    •    
    • Allow NOTIFY in rules involving conditionals
    • @@ -331,8 +331,8 @@ first.
         called, and the table is locked in exclusive mode.
       

         
    • Allow PREPARE of cursors
    • -  
    • Allow PREPARE to automatically determine parameter types based on the SQL
    • -  statement
      +  
    • -Allow PREPARE to automatically determine parameter types based on the SQL
    • +  statement (Neil)
         
    • Allow finer control over the caching of prepared query plans
    •  

        Currently, queries prepared via the libpq API are planned on first

         execute using the supplied parameters --- allow SQL PREPARE to do the
      @@ -400,7 +400,7 @@ first.
                 expressions like SELECT col1 || col2
           
    • Use more reliable method for CREATE DATABASE to get a consistent
    •            copy of db?
      -    
    • Add ON COMMIT capability to CREATE TABLE AS ... SELECT
    • +    
    • -Add ON COMMIT capability to CREATE TABLE AS ... SELECT
    •    
         
    • UPDATE
    •    
        @@ -1035,7 +1035,7 @@ first.
           
      • %Promote debug_query_string into a server-side function current_query()
      •    
      • %Allow the identifier length to be increased via a configure option
      •    
      • Allow cross-compiling by generating the zic database on the target system
      • -  
      • Improve NLS maintenace of libpgport messages linked onto applications
      • +  
      • Improve NLS maintenance of libpgport messages linked onto applications
      •    
      • Allow ecpg to work with MSVC and BCC
      •    
      • Add xpath_array() to /contrib/xml2 to return results as an array
      •    
      • Allow building in directories containing spaces
      • @@ -1049,7 +1049,7 @@ first.
           spaces and then copy the install to a directory with spaces.
         

           
      • Fix sgmltools so PDFs can be generated with bookmarks
      • -  
      • %Clean up compiler warnings (especially with gcc version 4)
      • +  
      • -*%Clean up compiler warnings (especially with gcc version 4)*
      •    
      • Use UTF8 encoding for NLS messages so all server encodings can
      •    read them properly
           
      • Update Bonjour to work with newer cross-platform SDK