> 	o Allow SHOW to output as a query result, like EXPLAIN
This commit is contained in:
Bruce Momjian 2002-04-18 03:04:04 +00:00
parent b2ef38e883
commit 6abfa8c540
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Wed Apr 17 21:41:09 EDT 2002
Last updated: Wed Apr 17 22:58:40 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -236,6 +236,7 @@ COMMANDS
o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
ANALYZE, and CLUSTER
o Add SHOW command to see locale
o Allow SHOW to output as a query result, like EXPLAIN
* SERVER-SIDE LANGUAGES
o Allow PL/PgSQL's RAISE function to take expressions