summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2003-09-29 21:15:19 +0000
committerBruce Momjian2003-09-29 21:15:19 +0000
commitfb72fc8b808bc65926a6f325521f78c21959b8b5 (patch)
treee72e008b7e136d69bd01a0f817bb5b6f08c5e408
parent36f15ddecd82f949496a3541c2208857f10104e4 (diff)
Add:
> o Fixed PL/Tcl's spi_prepare to accept full qualified type names in > the parameter type list
-rw-r--r--doc/TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index e6e975ca569..e09042277bd 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Sep 29 12:52:11 EDT 2003
+Last updated: Mon Sep 29 17:15:14 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -273,6 +273,8 @@ Commands
o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
o Allow PL/pgSQL EXECUTE query_var INTO record_var;
o Add capability to create and call PROCEDURES
+ o Fixed PL/Tcl's spi_prepare to accept full qualified type names in
+ the parameter type list
Clients
@@ -501,7 +503,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout
* Add checks for fclose() failure
-* Change CVS $Id: TODO,v 1.1139 2003/09/29 16:52:14 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1139 2003/09/29 16:52:14 momjian Exp $
+* Change CVS $Id: TODO,v 1.1140 2003/09/29 21:15:19 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1140 2003/09/29 21:15:19 momjian Exp $
* Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests