mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
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:
parent
db35e959bb
commit
23f9e3e36b
@ -1086,8 +1086,8 @@ WHERE tablename = 'road';
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Statistics objects are created using
|
Statistics objects are created using the
|
||||||
<xref linkend="sql-createstatistics">, which see for more details.
|
<xref linkend="sql-createstatistics"> command.
|
||||||
Creation of such an object merely creates a catalog entry expressing
|
Creation of such an object merely creates a catalog entry expressing
|
||||||
interest in the statistics. Actual data collection is performed
|
interest in the statistics. Actual data collection is performed
|
||||||
by <command>ANALYZE</command> (either a manual command, or background
|
by <command>ANALYZE</command> (either a manual command, or background
|
||||||
|
Loading…
x
Reference in New Issue
Block a user