diff options
| author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2023-09-29 15:55:37 +0200 |
|---|---|---|
| committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2023-09-29 15:55:37 +0200 |
| commit | 231e6b98fc3e23f6216ddde086505d7bc6683187 (patch) | |
| tree | b47a822dcfb342fc83a384fad55f965da79b7350 /doc/src | |
| parent | cac37c1a1b7c64e60832b764e3828a9aca95bc48 (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
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index d0686a1293b..4dec67980b3 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -22182,7 +22182,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> |
