From: Bruce Momjian Date: Wed, 3 Mar 2004 14:26:48 +0000 (+0000) Subject: Remove Jan: X-Git-Tag: REL8_0_0BETA1~1081 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6008fca4d90d40817878b527429a5e4f3dd86114;p=postgresql Remove Jan: < o Add PL/PHP (Joe, Jan) > o Add PL/PHP (Joe) --- diff --git a/doc/TODO b/doc/TODO index cf95ceea7b..c71b49672f 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Mar 3 00:16:52 EST 2004 +Last updated: Wed Mar 3 09:26:47 EST 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -245,7 +245,7 @@ Commands get_employee_salary(emp_id => 12345, tax_year => 2001) o Add PL/PgSQL packages o Add table function support to pltcl, plperl, plpython - o Add PL/PHP (Joe, Jan) + o Add PL/PHP (Joe) o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3) o Allow PL/pgSQL EXECUTE query_var INTO record_var; o Add capability to create and call PROCEDURES