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

Commit fb78fd0

Browse files
committed
Add:
< > o Allow PL/pgSQL EXECUTE query_var INTO record_var;
1 parent 57c0879 commit fb78fd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Thu Jul 31 11:06:51 EDT 2003
3+
Last updated: Fri Aug 1 17:44:04 EDT 2003
44

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

@@ -255,7 +255,7 @@ Commands
255255
o Allow PL/PgSQL to support array element assignment
256256
o Add PL/PHP (Joe, Jan)
257257
o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
258-
258+
o Allow PL/pgSQL EXECUTE query_var INTO record_var;
259259

260260

261261
Clients
@@ -474,7 +474,7 @@ Source Code
474474
* Acquire lock on a relation before building a relcache entry for it
475475
* Research interaction of setitimer() and sleep() used by statement_timeout
476476
* Add checks for fclose() failure
477-
* Change CVS $Id: TODO,v 1.1103 2003/07/31 15:07:17 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1103 2003/07/31 15:07:17 momjian Exp $
477+
* Change CVS $Id: TODO,v 1.1104 2003/08/01 21:44:05 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1104 2003/08/01 21:44:05 momjian Exp $
478478
* Exit postmaster if postgresql.conf can not be opened
479479
* Rename /scripts directory because they are all C programs now
480480
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)