Add URL for case identifiers.
authorBruce Momjian
Tue, 14 Nov 2006 22:26:49 +0000 (22:26 +0000)
committerBruce Momjian
Tue, 14 Nov 2006 22:26:49 +0000 (22:26 +0000)
<
>   http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php

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

index b19b7194bde1b1faff1aa3083312696610817c4c..c9a7d6ea6c4aef9fc00c37101403c7fd02f8b612 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Oct 23 22:42:19 EDT 2006
+Last updated:      Tue Nov 14 17:26:31 EST 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1365,7 +1365,7 @@ Exotic Features
   identifiers
 
   http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php
-
+  http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php
 
 
 Features We Do _Not_ Want
index 7b6f3fff4557b4e11e6597dcd4a2d1a7b82b7281..589b3a2a183d2901c5383d447b3364165fa624eb 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Oct 23 22:42:19 EDT 2006
+Last updated:           Tue Nov 14 17:26:31 EST 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -162,7 +162,7 @@ first.
 

   
  • Change NUMERIC to enforce the maximum precision
  •    
  • Add NUMERIC division operator that doesn't round?
  • -

      Currently NUMERIC _rounds_ the result to the specified precision.  

    +

      Currently NUMERIC rounds the result to the specified precision.  

       This means division can return a result that multiplied by the 
       divisor is greater than the dividend, e.g. this returns a value > 10:
     

    @@ -1099,7 +1099,7 @@ first.
       require frequent mapping/unmapping.  Extending the file also causes
       mapping problems that might require mapping only individual pages,
       leading to thousands of mappings.  Another problem is that there is no
    -  way to _prevent_ I/O to disk from the dirty shared buffers so changes
    +  way to prevent I/O to disk from the dirty shared buffers so changes
       could hit disk before WAL is written.
     

       
  • Add a script to ask system configuration questions and tune postgresql.conf
  • @@ -1204,7 +1204,7 @@ first.
         
  • Allow dynamic character set handling
  •      
  • Add decoded type, length, precision
  •      
  • Use compression?
  • -    
  • Update clients to use data types, typmod, schema.table.column/ names
  • +    
  • Update clients to use data types, typmod, schema.table.column names
  •            of result sets using new statement protocol
       
     
    @@ -1233,9 +1233,10 @@ first.
       
  • Consider allowing control of upper/lower case folding of unquoted
  •    identifiers
     

      http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php

    +  http://archives.postgresql.org/pgsql-hackers/2006-10/msg01527.php
     

     
    -

    Features We Do _Not_ Want

    +

    Features We Do Not Want

     
     
         
    • All backends running as threads in a single process (not wanted)