func-info.diff
application/octet-stream
Filename: func-info.diff
Type: application/octet-stream
Part: 0
Patch
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/func/func-info.sgml | 3 | 2 |
diff --git a/doc/src/sgml/func/func-info.sgml b/doc/src/sgml/func/func-info.sgml
index 34f4019690f..29f64fd7ff1 100644
--- a/doc/src/sgml/func/func-info.sgml
+++ b/doc/src/sgml/func/func-info.sgml
@@ -3032,8 +3032,9 @@ acl | {postgres=arwdDxtm/postgres,foo=r/postgres}
The internal transaction ID type <type>xid</type> is 32 bits wide and
wraps around every 4 billion transactions. However,
the functions shown in <xref linkend="functions-pg-snapshot"/>, except
- <function>age</function>, <function>mxid_age</function>, and
- <function>pg_get_multixact_members</function>, use a
+ <function>age</function>, <function>mxid_age</function>,
+ <function>pg_get_multixact_members</function>, and
+ <function>pg_get_multixact_stats</function>, use a
64-bit type <type>xid8</type> that does not wrap around during the life
of an installation and can be converted to <type>xid</type> by casting if
required; see <xref linkend="transaction-id"/> for details.