File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -25860,6 +25860,34 @@ SELECT collation for ('foo' COLLATE "de_DE");
2586025860 </thead>
2586125861
2586225862 <tbody>
25863+ <row>
25864+ <entry role="func_table_entry"><para role="func_signature">
25865+ <indexterm>
25866+ <primary>age</primary>
25867+ </indexterm>
25868+ <function>age</function> ( <type>xid</type> )
25869+ <returnvalue>integer</returnvalue>
25870+ </para>
25871+ <para>
25872+ Returns the number of transactions between the supplied
25873+ transaction id and the current transaction counter.
25874+ </para></entry>
25875+ </row>
25876+
25877+ <row>
25878+ <entry role="func_table_entry"><para role="func_signature">
25879+ <indexterm>
25880+ <primary>mxid_age</primary>
25881+ </indexterm>
25882+ <function>mxid_age</function> ( <type>xid</type> )
25883+ <returnvalue>integer</returnvalue>
25884+ </para>
25885+ <para>
25886+ Returns the number of multixacts IDs between the supplied
25887+ multixact ID and the current multixacts counter.
25888+ </para></entry>
25889+ </row>
25890+
2586325891 <row>
2586425892 <entry role="func_table_entry"><para role="func_signature">
2586525893 <indexterm>
You can’t perform that action at this time.
0 commit comments