diff options
-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 61f3397f39d..0257e136ecd 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -22727,7 +22727,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> |