mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Documentation spell checking and markup improvements
This commit is contained in:
@@ -75,7 +75,7 @@ EXPLAIN [ ANALYZE ] [ VERBOSE ] <replaceable class="parameter">statement</replac
|
||||
|
||||
<para>
|
||||
The <literal>ANALYZE</literal> option causes the statement to be actually
|
||||
executed, not only planned. Then actual runtime statistics are added to
|
||||
executed, not only planned. Then actual run time statistics are added to
|
||||
the display, including the total elapsed time expended within each plan
|
||||
node (in milliseconds) and the total number of rows it actually returned.
|
||||
This is useful for seeing whether the planner's estimates
|
||||
|
Reference in New Issue
Block a user