mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Minor doc update for commit 99f8f3fbbc
.
Author: Corey Huinker <corey.huinker@gmail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user