Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa175f6

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/[email protected]
1 parent 37798a8 commit aa175f6

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
@@ -1098,8 +1098,8 @@ WHERE tablename = 'road';
10981098
</para>
10991099

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

0 commit comments

Comments
 (0)