8000 doc: Change statistics function xref to the right target · postgres/postgres@750beed · GitHub
[go: up one dir, main page]

Skip to content

Commit 750beed

Browse files
doc: Change statistics function xref to the right target
Commit 7d3b701 added a link to the statistics functions, which at the time were anchored under the section for statistics views. aebe989 added a separate section for statistics functions, but the link was not updated to point to the new anchor. Fix by changing the xref. Backpatch to all supported branches. Author: Peter Smith <peter.b.smith@fujitsu.com> Discussion: https://postgr.es/m/CAHut+Ptr0jKzNNtWnssLq+3jNhbyaBseqf6NPrWHk08mQFRoTg@mail.gmail.com Backpatch-through: 11
1 parent 7c07305 commit 750beed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16130,7 +16130,7 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
1613016130
<para>
1613116131
In addition to the functions listed in this section, there are a number of
1613216132
functions related to the statistics system that also provide system
16133-
information. See <xref linkend="monitoring-stats-views"/> for more
16133+
information. See <xref linkend="monitoring-stats-functions"/> for more
1613416134
information.
1613516135
</para>
1613616136

0 commit comments

Comments
 (0)
0