Add:
authorBruce Momjian
Sat, 17 Dec 2005 01:48:37 +0000 (01:48 +0000)
committerBruce Momjian
Sat, 17 Dec 2005 01:48:37 +0000 (01:48 +0000)
> * Allow the count returned by SELECT, etc to be to represent as an int64
>   to allow a higher range of values

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

index 9798c9bbdda9196fd277ff208bbb00e7d79cfc25..f17443add12370f0d0243501ff587e75cc0c787e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Dec 16 13:56:52 EST 2005
+Last updated:      Fri Dec 16 20:48:38 EST 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -408,6 +408,8 @@ SQL Commands
 * Eventually enable escape_string_warning and standard_conforming_strings
 * Simplify dropping roles that have objects in several databases
 * Allow COMMENT ON to accept an expression rather than just a string
+* Allow the count returned by SELECT, etc to be to represent as an int64
+  to allow a higher range of values
 
 
 * CREATE
index eeaa46a85d6a3da8d16f22dba91341d2212d1cd5..a7f9f03ae11af5f6b17034d42ae8fca212bc26e9 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Dec 16 13:56:52 EST 2005
+Last updated:           Fri Dec 16 20:48:38 EST 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -375,6 +375,8 @@ first.
   
  • Eventually enable escape_stringwarning and standardconforming_strings
  •    
  • Simplify dropping roles that have objects in several databases
  •    
  • Allow COMMENT ON to accept an expression rather than just a string
  • +  
  • Allow the count returned by SELECT, etc to be to represent as an int64
  • +  to allow a higher range of values
       
  • CREATE
  •    
           
    • Allow CREATE TABLE AS to determine column lengths for complex