From 2a420f7995e415f4813fccf1c42ab29a3a32182f Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Tue, 25 Mar 2025 11:15:52 -0700 Subject: Minor doc update for commit 99f8f3fbbc. Author: Corey Huinker --- doc/src/sgml/func.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 6fa1d6586b8..49694e81220 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -30378,8 +30378,9 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset The currently-supported relation statistics are relpages with a value of type integer, reltuples with a value of - type real, and relallvisible with a - value of type integer. + type real, relallvisible with a value + of type integer, and relallfrozen + with a value of type integer. Additionally, this function accepts argument name -- cgit v1.2.3