Files
dolthub--doltgresql/testing/generation/command_docs/synopses/explain.txt
T
2026-07-13 12:32:25 +08:00

16 lines
367 B
Plaintext

EXPLAIN [ ( $option$ [ , ... ] ) ] $statement$
EXPLAIN [ ANALYZE ] [ VERBOSE ] $statement$
where $option$ is:
ANALYZE [ $boolean$ ] |
VERBOSE [ $boolean$ ] |
COSTS [ $boolean$ ] |
SETTINGS [ $boolean$ ] |
BUFFERS [ $boolean$ ] |
WAL [ $boolean$ ] |
TIMING [ $boolean$ ] |
SUMMARY [ $boolean$ ] |
FORMAT { TEXT | XML | JSON | YAML }