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:
@ -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
|
||||||
|
Reference in New Issue
Block a user