diff options
author | Jeff Davis | 2025-03-25 18:15:52 +0000 |
---|---|---|
committer | Jeff Davis | 2025-03-25 18:15:52 +0000 |
commit | 2a420f7995e415f4813fccf1c42ab29a3a32182f (patch) | |
tree | 5e341de6d4fdb76c3c12080e02a7aaa1b8ed8ac2 | |
parent | 1a759c83278fcdae11ee5da8318b646b9d47129c (diff) |
Minor doc update for commit 99f8f3fbbc.
Author: Corey Huinker <[email protected]>
-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 |