Done:
authorBruce Momjian
Sat, 6 Jan 2007 22:19:46 +0000 (22:19 +0000)
committerBruce Momjian
Sat, 6 Jan 2007 22:19:46 +0000 (22:19 +0000)
> * -Allow user-defined types to accept 'typmod' parameters

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

index 49067aeea70be57d6b3948004abd0af1ec1a720d..4d6716bdfe054729377d66e64b24c52fdddcb0e9 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Jan  6 17:18:21 EST 2007
+Last updated:      Sat Jan  6 17:19:41 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -190,7 +190,7 @@ Data Types
 * Fix data types where equality comparison isn't intuitive, e.g. box
 * Allow user-defined types to specify a type modifier at table creation
   time
-* Allow user-defined types to accept 'typmod' parameters
+* -Allow user-defined types to accept 'typmod' parameters
 
   http://archives.postgresql.org/pgsql-hackers/2005-08/msg01142.php
   http://archives.postgresql.org/pgsql-hackers/2005-09/msg00012.php
index fd111fe48cee9304cb220213fbc26f24f9edf5d3..c7eb22a0df9e937001982b2fc3096cafba707d15 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Jan  6 17:18:21 EST 2007
+Last updated:           Sat Jan  6 17:19:41 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -176,7 +176,7 @@ first.
   
  • Fix data types where equality comparison isn't intuitive, e.g. box
  •    
  • Allow user-defined types to specify a type modifier at table creation
  •    time
    -  
  • Allow user-defined types to accept 'typmod' parameters
  • +  
  • -Allow user-defined types to accept 'typmod' parameters
  •  

      http://archives.postgresql.org/pgsql-hackers/2005-08/msg01142.php

       http://archives.postgresql.org/pgsql-hackers/2005-09/msg00012.php
       http://archives.postgresql.org/pgsql-hackers/2006-08/msg00149.php