Skip to content

Commit 2a420f7

Browse files
committed
Minor doc update for commit 99f8f3f.
Author: Corey Huinker <corey.huinker@gmail.com>
1 parent 1a759c8 commit 2a420f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30378,8 +30378,9 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
3037830378
The currently-supported relation statistics are
3037930379
<literal>relpages</literal> with a value of type
3038030380
<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>.
30381+
type <type>real</type>, <literal>relallvisible</literal> with a value
30382+
of type <type>integer</type>, and <literal>relallfrozen</literal>
30383+
with a value of type <type>integer</type>.
3038330384
</para>
3038430385
<para>
3038530386
Additionally, this function accepts argument name

0 commit comments

Comments
 (0)