diff options
author | Bruce Momjian | 2004-07-20 19:37:36 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-07-20 19:37:36 +0000 |
commit | 3df8b47a5efa0450d0e8a7814a4a601c0e2c5321 (patch) | |
tree | a336e65899a40d0c2890e01bcdf8af948db8220a | |
parent | 5420ed3a814b4aea81699a01b70c8b1d951254b6 (diff) |
Done:
> o -Allow parameters to be specified by name and type during definition
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |