diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-09-18 04:22:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-09-18 04:22:51 +0000 |
commit | f1eac87eda897440ff44fe0f931ecf048300a0a8 (patch) | |
tree | 0a67af3fd08d0abee6e6b6d931970c55b4ce9332 | |
parent | 4b23f05c4f82175f0e5a1370a2c501a94633646c (diff) | |
download | postgresql-f1eac87eda897440ff44fe0f931ecf048300a0a8.tar.gz postgresql-f1eac87eda897440ff44fe0f931ecf048300a0a8.zip |
Add:
> o Allow EXPLAIN EXECUTE to see prepared plans
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Sep 17 18:22:38 EDT 2002 +Last updated: Wed Sep 18 00:22:46 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -247,6 +247,7 @@ Commands o -Allow SHOW to output as a query result, like EXPLAIN o -Abort all SET changes made in an aborted transaction o Add SET SCHEMA + o Allow EXPLAIN EXECUTE to see prepared plans * SERVER-SIDE LANGUAGES o Allow PL/PgSQL's RAISE function to take expressions |