We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a759c8 commit 2a420f7Copy full SHA for 2a420f7
doc/src/sgml/func.sgml
@@ -30378,8 +30378,9 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
30378
The currently-supported relation statistics are
30379
<literal>relpages</literal> with a value of type
30380
<type>integer</type>, <literal>reltuples</literal> with a value of
30381
- type <type>real</type>, and <literal>relallvisible</literal> with a
30382
- 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>
30383
+ with a value of type <type>integer</type>.
30384
</para>
30385
<para>
30386
Additionally, this function accepts argument name
0 commit comments