Remove Jan:

< 	o Add PL/PHP (Joe, Jan)
> 	o Add PL/PHP (Joe)
This commit is contained in:
Bruce Momjian 2004-03-03 14:26:48 +00:00
parent 53c1f64b29
commit 6008fca4d9
1 changed files with 2 additions and 2 deletions

View File

@ -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