Add:
authorBruce Momjian
Sat, 25 Jun 2005 15:24:11 +0000 (15:24 +0000)
committerBruce Momjian
Sat, 25 Jun 2005 15:24:11 +0000 (15:24 +0000)
>  o Pass arrays natively instead of as text between plperl and postgres
>  o Add support for polymorphic arguments and return types to plperl

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

index 77168677daa4ea5ae9b6ea984bc7707539a4d2f4..321ea87e3162300bbd2a1d1bd742776d8ac6bbca 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Jun 25 08:37:41 EDT 2005
+Last updated:      Sat Jun 25 11:24:03 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -579,6 +579,8 @@ Commands
    o Add capability to create and call PROCEDURES
    o Allow PL/pgSQL to handle %TYPE arrays, e.g. tab.col%TYPE[]
    o Add MOVE to PL/pgSQL
+   o Pass arrays natively instead of as text between plperl and postgres
+   o Add support for polymorphic arguments and return types to plperl
 
 
 Clients
index 5cf6033cd7e3089a84e423e9444e8e9d670b31a0..c38715ab19b8fa21eb60952d85aa32c57c8c3ca2 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Jun 25 08:37:41 EDT 2005
+Last updated:           Sat Jun 25 11:24:03 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -536,6 +536,8 @@ first.
     
  • Add capability to create and call PROCEDURES
  •      
  • Allow PL/pgSQL to handle %TYPE arrays, e.g. tab.col%TYPE[]
  •      
  • Add MOVE to PL/pgSQL
  • +    
  • Pass arrays natively instead of as text between plperl and postgres
  • +    
  • Add support for polymorphic arguments and return types to plperl
  •    
     
     

    Clients