Skip to content

Commit e4c38da

Browse files
committed
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)
1 parent 22bd88b commit e4c38da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/TODO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Aug 8 12:33:31 EDT 2003
3+
Last updated: Fri Aug 8 12:34:37 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -248,10 +248,10 @@ Commands
248248
o Allow function parameters to be passed by name,
249249
get_employee_salary(emp_id => 12345, tax_year => 2001)
250250
o Add PL/PgSQL packages
251-
o Allow array declarations and other data types in PL/PgSQL DECLARE
251+
o -Allow array declarations and other data types in PL/PgSQL DECLARE
252252
o Add table function support to pltcl, plperl, plpython
253253
o -Make PL/PgSQL %TYPE schema-aware
254-
o Allow PL/PgSQL to support array element assignment
254+
o -Allow PL/PgSQL to support array element assignment (Joe)
255255
o Add PL/PHP (Joe, Jan)
256256
o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
257257
o Allow PL/pgSQL EXECUTE query_var INTO record_var;
@@ -473,7 +473,7 @@ Source Code
473473
* Acquire lock on a relation before building a relcache entry for it
474474
* Research interaction of setitimer() and sleep() used by statement_timeout
475475
* Add checks for fclose() failure
476-
* 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 $
476+
* 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 $
477477
* Exit postmaster if postgresql.conf can not be opened
478478
* Rename /scripts directory because they are all C programs now
479479
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)