aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-07-21 13:46:44 +0000
committerBruce Momjian <bruce@momjian.us>2004-07-21 13:46:44 +0000
commit83997560b755523545424f7e8909e656b0f3f500 (patch)
tree6e5853d896fcc0e2e3e4b754564a5ff92c2bc2d4
parentfd7c3f67e0bc456e42223cc5a632f3d6ab983a9f (diff)
downloadpostgresql-83997560b755523545424f7e8909e656b0f3f500.tar.gz
postgresql-83997560b755523545424f7e8909e656b0f3f500.zip
Mention plpgsql:
< o -Allow parameters to be specified by name and type during definition > o -Allow PL/pgSQL parameters to be specified by name and type during definition
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index d03162c7a74..2647d1e41d5 100644
--- 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: Tue Jul 20 18:28:16 EDT 2004
+Last updated: Wed Jul 21 09:46:40 EDT 2004
The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org.
@@ -255,7 +255,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 PL/pgSQL 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