From e555f77d27915523bb02fc9d872821267dad3984 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Fri, 29 Sep 2023 14:32:40 +1000 Subject: [PATCH v1] Change the xref linkend --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 24ad87f..f1ad64c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -22851,7 +22851,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. -- 1.8.3.1