16 lines
367 B
Plaintext
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 }
|