1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Minor doc update for commit 99f8f3fbbc.

Author: Corey Huinker <corey.huinker@gmail.com>
This commit is contained in:
Jeff Davis
2025-03-25 11:15:52 -07:00
parent 1a759c8327
commit 2a420f7995

View File

@ -30378,8 +30378,9 @@ postgres=# SELECT '0/0'::pg_lsn + pd.segment_number * ps.setting::int + :offset
The currently-supported relation statistics are The currently-supported relation statistics are
<literal>relpages</literal> with a value of type <literal>relpages</literal> with a value of type
<type>integer</type>, <literal>reltuples</literal> with a value of <type>integer</type>, <literal>reltuples</literal> with a value of
type <type>real</type>, and <literal>relallvisible</literal> with a type <type>real</type>, <literal>relallvisible</literal> with a value
value of type <type>integer</type>. of type <type>integer</type>, and <literal>relallfrozen</literal>
with a value of type <type>integer</type>.
</para> </para>
<para> <para>
Additionally, this function accepts argument name Additionally, this function accepts argument name