|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Aug7 22:00:19 EDT 2003 |
| 3 | +Last updated:Fri Aug8 12:33:31 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -249,7 +249,6 @@ Commands |
249 | 249 | get_employee_salary(emp_id => 12345, tax_year => 2001) |
250 | 250 | o Add PL/PgSQL packages |
251 | 251 | o Allow array declarations and other data types in PL/PgSQL DECLARE |
252 | | -o Add PL/PgSQL PROCEDURES that can return multiple values |
253 | 252 | o Add table function support to pltcl, plperl, plpython |
254 | 253 | o -Make PL/PgSQL %TYPE schema-aware |
255 | 254 | o Allow PL/PgSQL to support array element assignment |
@@ -474,7 +473,7 @@ Source Code |
474 | 473 | * Acquire lock on a relation before building a relcache entry for it |
475 | 474 | * Research interaction of setitimer() and sleep() used by statement_timeout |
476 | 475 | * Add checks for fclose() failure |
477 | | -* Change CVS $Id: TODO,v 1.1107 2003/08/0802:00:20 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1107 2003/08/0802:00:20 momjian Exp $ |
| 476 | +* Change CVS $Id: TODO,v 1.1108 2003/08/0816:33:35 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1108 2003/08/0816:33:35 momjian Exp $ |
478 | 477 | * Exit postmaster if postgresql.conf can not be opened |
479 | 478 | * Rename /scripts directory because they are all C programs now |
480 | 479 | * Allow the regression tests to start postmaster with -i so the tests |
|