diff options
Diffstat (limited to 'doc/src/sgml/ref/explain.sgml')
-rw-r--r-- | doc/src/sgml/ref/explain.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml index 8173ac0b1f9..9b2d989964d 100644 --- a/doc/src/sgml/ref/explain.sgml +++ b/doc/src/sgml/ref/explain.sgml @@ -101,7 +101,8 @@ Description <PARA> This command outputs details about the supplied query. The default output is the computed query cost. - VERBOSE displays the full query plan and cost. + VERBOSE displays the full query plan and cost to your screen, + and pretty-prints the plan to the postmaster log file. <REFSECT2 ID="R2-SQL-EXPLAIN-3"> <REFSECT2INFO> |