Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 956762a

Browse files
committed
Add:
> o Allow PL/PgSQL to support array element assignment
1 parent 4e9face commit 956762a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sun Jan 12 00:35:49 EST 2003
3+
Last updated: Mon Jan 13 19:47:26 EST 2003
44

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

@@ -225,7 +225,8 @@ Commands
225225
o Allow array declarations and other data types in PL/PgSQL DECLARE
226226
o Add PL/PgSQL PROCEDURES that can return multiple values
227227
o Add table function support to pltcl, plperl, plpython
228-
o Make PL/PgSQL %TYPE schema-aware
228+
o Make PL/PgSQL %TYPE schema-aware
229+
o Allow PL/PgSQL to support array element assignment
229230

230231

231232
Clients

0 commit comments

Comments
 (0)