mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03:00
Add:
> o Allow PL/PgSQL to support array element assignment
This commit is contained in:
parent
4e9face69a
commit
956762a546
5
doc/TODO
5
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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)
|
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 Allow array declarations and other data types in PL/PgSQL DECLARE
|
||||||
o Add PL/PgSQL PROCEDURES that can return multiple values
|
o Add PL/PgSQL PROCEDURES that can return multiple values
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
Clients
|
Clients
|
||||||
|
Loading…
x
Reference in New Issue
Block a user