From: Bruce Momjian Date: Fri, 8 Aug 2003 16:34:40 +0000 (+0000) Subject: Done: X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=9c217951c9fc1bf136e23b8ab17d1567662a338c;p=users%2Fbernd%2Fpostgres.git Done: < o Allow array declarations and other data types in PL/PgSQL DECLARE > o -Allow array declarations and other data types in PL/PgSQL DECLARE 254c254 < o Allow PL/PgSQL to support array element assignment > o -Allow PL/PgSQL to support array element assignment (Joe) --- diff --git a/doc/TODO b/doc/TODO index d40839d336..0dc00466b0 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Aug 8 12:33:31 EDT 2003 +Last updated: Fri Aug 8 12:34:37 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -248,10 +248,10 @@ Commands 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 + o -Allow array declarations and other data types in PL/PgSQL DECLARE o Add table function support to pltcl, plperl, plpython o -Make PL/PgSQL %TYPE schema-aware - o Allow PL/PgSQL to support array element assignment + o -Allow PL/PgSQL to support array element assignment (Joe) o Add PL/PHP (Joe, Jan) o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3) o Allow PL/pgSQL EXECUTE query_var INTO record_var;