Done:
< o Allow array declarations and other data types in PL/PgSQL DECLARE > o -Allow array declarations and other data types in PL/PgSQL DECLARE 254c254 < o Allow PL/PgSQL to support array element assignment > o -Allow PL/PgSQL to support array element assignment (Joe)
This commit is contained in:
parent
22bd88ba35
commit
e4c38da4de
8
doc/TODO
8
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Fri Aug 8 12:33:31 EDT 2003
|
Last updated: Fri Aug 8 12:34:37 EDT 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -248,10 +248,10 @@ Commands
|
|||||||
o Allow function parameters to be passed by name,
|
o Allow function parameters to be passed by name,
|
||||||
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 Allow array declarations and other data types in PL/PgSQL DECLARE
|
o -Allow array declarations and other data types in PL/PgSQL DECLARE
|
||||||
o Add table function support to pltcl, plperl, plpython
|
o Add table function support to pltcl, plperl, plpython
|
||||||
o -Make PL/PgSQL %TYPE schema-aware
|
o -Make PL/PgSQL %TYPE schema-aware
|
||||||
o Allow PL/PgSQL to support array element assignment
|
o -Allow PL/PgSQL to support array element assignment (Joe)
|
||||||
o Add PL/PHP (Joe, Jan)
|
o Add PL/PHP (Joe, Jan)
|
||||||
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;
|
||||||
@ -473,7 +473,7 @@ Source Code
|
|||||||
* Acquire lock on a relation before building a relcache entry for it
|
* Acquire lock on a relation before building a relcache entry for it
|
||||||
* Research interaction of setitimer() and sleep() used by statement_timeout
|
* Research interaction of setitimer() and sleep() used by statement_timeout
|
||||||
* Add checks for fclose() failure
|
* Add checks for fclose() failure
|
||||||
* Change CVS $Id: TODO,v 1.1108 2003/08/08 16:33:35 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1108 2003/08/08 16:33:35 momjian Exp $
|
* Change CVS $Id: TODO,v 1.1109 2003/08/08 16:34:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1109 2003/08/08 16:34:40 momjian Exp $
|
||||||
* Exit postmaster if postgresql.conf can not be opened
|
* Exit postmaster if postgresql.conf can not be opened
|
||||||
* Rename /scripts directory because they are all C programs now
|
* Rename /scripts directory because they are all C programs now
|
||||||
* Allow the regression tests to start postmaster with -i so the tests
|
* Allow the regression tests to start postmaster with -i so the tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user