From: Bruce Momjian Date: Fri, 8 Aug 2003 16:33:35 +0000 (+0000) Subject: Remove: X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cdc64f8c37cf7af1fa650c1dfdf3b234ebf0cc24;p=users%2Fbernd%2Fpostgres.git Remove: < o Add PL/PgSQL PROCEDURES that can return multiple values --- diff --git a/doc/TODO b/doc/TODO index 48f74c900f..d40839d336 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Aug 7 22:00:19 EDT 2003 +Last updated: Fri Aug 8 12:33:31 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -249,7 +249,6 @@ Commands 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 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