Commit fb78fd0e authored by Bruce Momjian's avatar Bruce Momjian

Add:

<
> 	o Allow PL/pgSQL EXECUTE query_var INTO record_var;
parent 57c08791
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Thu Jul 31 11:06:51 EDT 2003 Last updated: Fri Aug 1 17:44:04 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -255,7 +255,7 @@ Commands ...@@ -255,7 +255,7 @@ Commands
o Allow PL/PgSQL to support array element assignment o Allow PL/PgSQL to support array element assignment
o Add PL/PHP (Joe, Jan) o Add PL/PHP (Joe, Jan)
o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3) o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
o Allow PL/pgSQL EXECUTE query_var INTO record_var;
Clients Clients
...@@ -474,7 +474,7 @@ Source Code ...@@ -474,7 +474,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it * Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout * Research interaction of setitimer() and sleep() used by statement_timeout
* Add checks for fclose() failure * Add checks for fclose() failure
* 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 $ * 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 $
* Exit postmaster if postgresql.conf can not be opened * Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now * Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests * Allow the regression tests to start postmaster with -i so the tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment