> 	o Allow EXPLAIN EXECUTE to see prepared plans
This commit is contained in:
Bruce Momjian 2002-09-18 04:22:51 +00:00
parent 4b23f05c4f
commit f1eac87eda
1 changed files with 2 additions and 1 deletions

View File

@ -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