summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2023-09-29 15:55:37 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2023-09-29 15:55:37 +0200
commit0ae01cc8bf4f159496f1c73b818067b81923a148 (patch)
tree1d3a9a638642c5cf332ad9e694357438f69ef458
parent41486c4aaeb10dcc948b2592168123df273a9e9d (diff)
doc: Change statistics function xref to the right target
Commit 7d3b7011b added a link to the statistics functions, which at the time were anchored under the section for statistics views. aebe989477a 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
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index d3d35d30820..7cc9573314b 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -21767,7 +21767,7 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
<para>
In addition to the functions listed in this section, there are a number of
functions related to the statistics system that also provide system
- information. See <xref linkend="monitoring-stats-views"/> for more
+ information. See <xref linkend="monitoring-stats-functions"/> for more
information.
</para>