From 252600fade87b00b6ce04e8d160149af1a69cf5f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 25 Jun 2005 15:24:11 +0000 Subject: Add: > o Pass arrays natively instead of as text between plperl and postgres > o Add support for polymorphic arguments and return types to plperl --- doc/TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/TODO') diff --git a/doc/TODO b/doc/TODO index 77168677daa..321ea87e316 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat Jun 25 08:37:41 EDT 2005 +Last updated: Sat Jun 25 11:24:03 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -579,6 +579,8 @@ Commands o Add capability to create and call PROCEDURES o Allow PL/pgSQL to handle %TYPE arrays, e.g. tab.col%TYPE[] o Add MOVE to PL/pgSQL + o Pass arrays natively instead of as text between plperl and postgres + o Add support for polymorphic arguments and return types to plperl Clients -- cgit v1.2.3