Improve planner stats documentation

It was pointed out that in the planner stats documentation under
Extended Statistics, one of the sentences was a bit awkward.  Improve
that by rewording it slightly.

Discussion: https://postgr.es/m/154409976780.14137.2785644488950047100@wrigleys.postgresql.org
This commit is contained in:
Stephen Frost 2018-12-06 11:39:09 -05:00
parent 369d494a4f
commit 7a55ccc477

View File

@ -1098,8 +1098,8 @@ WHERE tablename = 'road';
</para>
<para>
Statistics objects are created using
<xref linkend="sql-createstatistics"/>, which see for more details.
Statistics objects are created using the
<xref linkend="sql-createstatistics"/> command.
Creation of such an object merely creates a catalog entry expressing
interest in the statistics. Actual data collection is performed
by <command>ANALYZE</command> (either a manual command, or background