Add:
authorBruce Momjian
Tue, 14 Jan 2003 00:47:35 +0000 (00:47 +0000)
committerBruce Momjian
Tue, 14 Jan 2003 00:47:35 +0000 (00:47 +0000)
>  o Allow PL/PgSQL to support array element assignment

doc/TODO

index 477a3f5a05cec952d800727ed12276bede4ad42e..06aac622bcf5d97a27d11ccef5eb0035d9f24c42 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:      Sun Jan 12 00:35:49 EST 2003
+Last updated:      Mon Jan 13 19:47:26 EST 2003
 
 Current maintainer:    Bruce Momjian ([email protected])
 
@@ -225,7 +225,8 @@ Commands
    o Allow array declarations and other data types in PL/PgSQL DECLARE
    o Add PL/PgSQL PROCEDURES that can return multiple values
    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
 
 
 Clients