Skip to content

Commit 23f9e3e

Browse files
committed
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
1 parent db35e95 commit 23f9e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/perform.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,8 +1086,8 @@ WHERE tablename = 'road';
10861086
</para>
10871087

10881088
<para>
1089-
Statistics objects are created using
1090-
<xref linkend="sql-createstatistics">, which see for more details.
1089+
Statistics objects are created using the
1090+
<xref linkend="sql-createstatistics"> command.
10911091
Creation of such an object merely creates a catalog entry expressing
10921092
interest in the statistics. Actual data collection is performed
10931093
by <command>ANALYZE</command> (either a manual command, or background

0 commit comments

Comments
 (0)