diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 93f068edcf9..71713f471d7 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -25860,6 +25860,34 @@ SELECT collation for ('foo' COLLATE "de_DE");
+
+
+
+ age
+
+ age ( xid )
+ integer
+
+
+ Returns the number of transactions between the supplied
+ transaction id and the current transaction counter.
+
+
+
+
+
+
+ mxid_age
+
+ mxid_age ( xid )
+ integer
+
+
+ Returns the number of multixacts IDs between the supplied
+ multixact ID and the current multixacts counter.
+
+
+