Done, per Tom:
authorBruce Momjian
Tue, 11 Apr 2006 02:08:19 +0000 (02:08 +0000)
committerBruce Momjian
Tue, 11 Apr 2006 02:08:19 +0000 (02:08 +0000)
< * Allow user-defined functions retuning a domain value to enforce domain
> * -Allow user-defined functions retuning a domain value to enforce domain

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

index 5330152d6cbf716226e66fc1af59927d0852edbb..85c9ac576b45ce208d3cd77a3ddefb17a2c2ec94 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Apr 10 19:15:36 EDT 2006
+Last updated:      Mon Apr 10 22:08:01 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -312,7 +312,7 @@ Functions
    o to_char(INTERVAL '3 years 5 months','MM') => 41
 
 * -Add sleep() function, remove from regress.c
-* Allow user-defined functions retuning a domain value to enforce domain
+* -Allow user-defined functions retuning a domain value to enforce domain
   constraints
 * Add SPI_gettypmod() to return the typemod for a TupleDesc
 
index dfcf802227e2d3822e003d6767e82b6263757540..27f70ed73949f4d81cb84c571f3fcf13604dc324 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Apr 10 19:15:36 EDT 2006
+Last updated:           Mon Apr 10 22:08:01 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -292,7 +292,7 @@ first.
     
  • to_char(INTERVAL '3 years 5 months','MM') => 41
  •    
       
  • -Add sleep() function, remove from regress.c
  • -  
  • Allow user-defined functions retuning a domain value to enforce domain
  • +  
  • -Allow user-defined functions retuning a domain value to enforce domain
  •    constraints
       
  • Add SPI_gettypmod() to return the typemod for a TupleDesc
  •