aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-14 18:39:05 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-14 18:39:05 +0000
commit64a0649432408b407e477caf11056b380b5689bd (patch)
tree3d61ec15175cd00b9673af6766fe1131d54adb11
parent5b743090531a59c46a078b0ddb63fd7935e48527 (diff)
downloadpostgresql-64a0649432408b407e477caf11056b380b5689bd.tar.gz
postgresql-64a0649432408b407e477caf11056b380b5689bd.zip
Update text:
< o Allow PL/PgSQL function parameters to be passed by name, > o Allow function parameters to be passed by name,
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index da5a4541e0c..7ec67edb1e1 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Aug 14 13:45:01 EDT 2002
+Last updated: Wed Aug 14 14:38:48 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -258,9 +258,9 @@ 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 PL/PgSQL parameters to be specified by name and type during
+ o Allow parameters to be specified by name and type during
definition
- o Allow PL/PgSQL function parameters to be passed by name,
+ o Allow function parameters to be passed by name,
get_employee_salary(emp_id => 12345, tax_year => 2001)
o Add PL/PgSQL packages
o Allow array declarations and other data types in PL/PgSQl DECLARE