summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2005-03-23 06:11:57 +0000
committerBruce Momjian2005-03-23 06:11:57 +0000
commitac323044cf6afd43f17adb11d3241737a5e40d7b (patch)
treee53baabfea3c5c7d94d35a767eceaa0d60684c26
parentf6c1f990abfaaf0a21eebc5d54fa92b0d73feed0 (diff)
Add:
> o Add MOVE to PL/pgSQL
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index a1c8a6cb7b8..51789ca0a1f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian ([email protected])
-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
site, http://www.PostgreSQL.org.
@@ -514,6 +514,7 @@ Commands
o Allow PL/pgSQL EXECUTE query_var INTO record_var;
o Add capability to create and call PROCEDURES
o Allow PL/pgSQL to handle %TYPE arrays, e.g. tab.col%TYPE[]
+ o Add MOVE to PL/pgSQL
Clients