diff options
author | Jeff Davis <jdavis@postgresql.org> | 2025-03-25 11:15:52 -0700 |
---|---|---|
committer | Jeff Davis <jdavis@postgresql.org> | 2025-03-25 11:15:52 -0700 |
commit | 2a420f7995e415f4813fccf1c42ab29a3a32182f (patch) | |
tree | 5e341de6d4fdb76c3c12080e02a7aaa1b8ed8ac2 /doc/src | |
parent | 1a759c83278fcdae11ee5da8318b646b9d47129c (diff) | |
download | postgresql-2a420f7995e415f4813fccf1c42ab29a3a32182f.tar.gz postgresql-2a420f7995e415f4813fccf1c42ab29a3a32182f.zip |
Minor doc update for commit 99f8f3fbbc.
Author: Corey Huinker <corey.huinker@gmail.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
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 <literal>relpages</literal> with a value of type <type>integer</type>, <literal>reltuples</literal> with a value of - type <type>real</type>, and <literal>relallvisible</literal> with a - value of type <type>integer</type>. + type <type>real</type>, <literal>relallvisible</literal> with a value + of type <type>integer</type>, and <literal>relallfrozen</literal> + with a value of type <type>integer</type>. </para> <para> Additionally, this function accepts argument name |