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 xid is 32 bits wide and wraps around every 4 billion transactions. However, the functions shown in , except - age, mxid_age, and - pg_get_multixact_members, use a + age, mxid_age, + pg_get_multixact_members, and + pg_get_multixact_stats, use a 64-bit type xid8 that does not wrap around during the life of an installation and can be converted to xid by casting if required; see for details.