diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-01-14 00:47:35 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-01-14 00:47:35 +0000 |
commit | 956762a546b853a8fbd70377ebf63d4e61f84e36 (patch) | |
tree | bc8395f470bb66774c6b4f9c6d30fffc9aaef0d8 | |
parent | 4e9face69aab7cebe2fe4d42ccc732584dec0b8e (diff) |
Add:
> o Allow PL/PgSQL to support array element assignment
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 (pgman@candle.pha.pa.us) @@ -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 |