Skip to content
Snippets Groups Projects
Commit 64a06494 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update text:

< 	o Allow PL/PgSQL function parameters to be passed by name,
> 	o Allow function parameters to be passed by name,
parent 5b743090
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -258,9 +258,9 @@ Commands ...@@ -258,9 +258,9 @@ Commands
without using PL/PgSQL EXECUTE, needs cache prevention/invalidation without using PL/PgSQL EXECUTE, needs cache prevention/invalidation
o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
o Improve PL/PgSQL exception handling 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 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) get_employee_salary(emp_id => 12345, tax_year => 2001)
o Add PL/PgSQL packages o Add PL/PgSQL packages
o Allow array declarations and other data types in PL/PgSQl DECLARE o Allow array declarations and other data types in PL/PgSQl DECLARE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment