-
Bruce Momjian authored
< > o Improve PL/PgSQL exception handling > o Allow PL/PgSQL parameters to be specified by name and type during > definition > o Allow PL/PgSQL 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 > o Add PL/PgSQL PROCEDURES that can return multiple values
9f19f3c8