mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Add:
> o Add MOVE to PL/pgSQL
This commit is contained in:
parent
f6c1f990ab
commit
ac323044cf
3
doc/TODO
3
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Wed Mar 23 00:50:54 EST 2005
|
Last updated: Wed Mar 23 01:11:57 EST 2005
|
||||||
|
|
||||||
The most recent version of this document can be viewed at the PostgreSQL web
|
The most recent version of this document can be viewed at the PostgreSQL web
|
||||||
site, http://www.PostgreSQL.org.
|
site, http://www.PostgreSQL.org.
|
||||||
@ -514,6 +514,7 @@ Commands
|
|||||||
o Allow PL/pgSQL EXECUTE query_var INTO record_var;
|
o Allow PL/pgSQL EXECUTE query_var INTO record_var;
|
||||||
o Add capability to create and call PROCEDURES
|
o Add capability to create and call PROCEDURES
|
||||||
o Allow PL/pgSQL to handle %TYPE arrays, e.g. tab.col%TYPE[]
|
o Allow PL/pgSQL to handle %TYPE arrays, e.g. tab.col%TYPE[]
|
||||||
|
o Add MOVE to PL/pgSQL
|
||||||
|
|
||||||
|
|
||||||
Clients
|
Clients
|
||||||
|
Loading…
x
Reference in New Issue
Block a user