Minor doc update for commit 99f8f3fbbc.

Author: Corey Huinker <corey.huinker@gmail.com>
pull/207/head
Jeff Davis 9 months ago
parent 1a759c8327
commit 2a420f7995
  1. 5
      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

Loading…
Cancel
Save