mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Add:
> o Allow SHOW to output as a query result, like EXPLAIN
This commit is contained in:
parent
b2ef38e883
commit
6abfa8c540
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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)
|
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
|
o Add SET PERFORMANCE_TIPS option to suggest INDEX, VACUUM, VACUUM
|
||||||
ANALYZE, and CLUSTER
|
ANALYZE, and CLUSTER
|
||||||
o Add SHOW command to see locale
|
o Add SHOW command to see locale
|
||||||
|
o Allow SHOW to output as a query result, like EXPLAIN
|
||||||
|
|
||||||
* SERVER-SIDE LANGUAGES
|
* SERVER-SIDE LANGUAGES
|
||||||
o Allow PL/PgSQL's RAISE function to take expressions
|
o Allow PL/PgSQL's RAISE function to take expressions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user