diff options
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 |