diff options
author | Stephen Frost <sfrost@snowman.net> | 2018-12-06 11:39:09 -0500 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2018-12-06 11:39:09 -0500 |
commit | 7a55ccc477b58863f6c73c243c7adb79c9717eda (patch) | |
tree | 10484802515bf13181eb4e4db8356597e6fbf73e | |
parent | 369d494a4f5c1494a46adcf5c56f5462a83ef20d (diff) | |
download | postgresql-7a55ccc477b58863f6c73c243c7adb79c9717eda.tar.gz postgresql-7a55ccc477b58863f6c73c243c7adb79c9717eda.zip |
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
-rw-r--r-- | doc/src/sgml/perform.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index 7373af860cf..783d708073d 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -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 |