]> granicus.if.org Git - postgresql/commitdiff
Done:
authorBruce Momjian <bruce@momjian.us>
Tue, 20 Jul 2004 19:37:36 +0000 (19:37 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 20 Jul 2004 19:37:36 +0000 (19:37 +0000)
>  o -Allow parameters to be specified by name and type during definition

doc/TODO

index 063529c83ca5e73ac2d5b4bbcfbf97c832b1026e..2b05d4008e23ec6692ec5aa23ef4fd32ed854a18 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
 Bracketed items "[]" have more detail.
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:          Mon Jul 19 16:57:25 EDT 2004
+Last updated:          Tue Jul 20 15:37:35 EDT 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
 
@@ -254,7 +254,7 @@ Commands
          without using PL/PgSQL EXECUTE, needs cache prevention/invalidation
         o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
        o Improve PL/PgSQL exception handling
-       o Allow parameters to be specified by name and type during definition
+       o -Allow parameters to be specified by name and type during definition
        o Allow function parameters to be passed by name,
          get_employee_salary(emp_id => 12345, tax_year => 2001)
        o Add PL/PgSQL packages