File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -397,18 +397,18 @@ PostgreSQL documentation
397397 <listitem>
398398 <para>
399399 Only calculate statistics for use by the optimizer (no vacuum),
400- like <option>--analyze-only</option>. Run several (currently three)
400+ like <option>--analyze-only</option>. Run three
401401 stages of analyze; the first stage uses the lowest possible statistics
402402 target (see <xref linkend="guc-default-statistics-target"/>)
403403 to produce usable statistics faster, and subsequent stages build the
404404 full statistics.
405405 </para>
406406
407407 <para>
408- This option is only useful to analyze a database that current has
409- no statistics or wholly incorrect ones, such as if it is newly
408+ This option is only useful to analyze a database that currently has
409+ no statistics or has wholly incorrect ones, such as if it is newly
410410 populated from a restored dump or by <command>pg_upgrade</command>.
411- Be aware that running this option in a database with existing
411+ Be aware that running with this option in a database with existing
412412 statistics may cause the query optimizer choices to become
413413 transiently worse due to the low statistics targets of the early
414414 stages.
You can’t perform that action at this time.
0 commit comments