Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 48b5aa3

Browse filesBrowse files
committed
doc: add docs for age(xid) and mxid_age(xid)
Reported-by: David Rowley Discussion: https://postgr.es/m/CAKJS1f_OQpz7rpe-KJmskVxbU06buiXbfonxG3JLB+nGCJ5E=g@mail.gmail.com Backpatch-through: 16
1 parent d053a87 commit 48b5aa3
Copy full SHA for 48b5aa3

File tree

Expand file treeCollapse file tree

1 file changed

+28
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+28
-0
lines changed

‎doc/src/sgml/func.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/func.sgml
+28Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.