1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00
< 	o Add PL/PHP (Joe)
This commit is contained in:
Bruce Momjian
2004-05-12 04:10:41 +00:00
parent b9ba13a80e
commit 3bfd4d9284

View File

@@ -1,6 +1,6 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Tue May 11 16:23:02 EDT 2004 Last updated: Wed May 12 00:10:39 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -245,7 +245,6 @@ Commands
get_employee_salary(emp_id => 12345, tax_year => 2001) get_employee_salary(emp_id => 12345, tax_year => 2001)
o Add PL/PgSQL packages o Add PL/PgSQL packages
o Add table function support to pltcl, plperl, plpython o Add table function support to pltcl, plperl, plpython
o Add PL/PHP (Joe)
o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3) 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 Allow PL/pgSQL EXECUTE query_var INTO record_var;
o Add capability to create and call PROCEDURES o Add capability to create and call PROCEDURES