From: Daniel Gustafsson Date: Fri, 29 Sep 2023 13:55:37 +0000 (+0200) Subject: doc: Change statistics function xref to the right target X-Git-Tag: REL_14_10~70 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=0ae01cc8bf4f159496f1c73b818067b81923a148;p=postgresql.git 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 Discussion: https://postgr.es/m/CAHut+Ptr0jKzNNtWnssLq+3jNhbyaBseqf6NPrWHk08mQFRoTg@mail.gmail.com Backpatch-through: 11 --- 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); 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 for more + information. See for more information.