chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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 }
|
||||
Reference in New Issue
Block a user