Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit48b5aa3

Browse files
committed
doc: add docs for age(xid) and mxid_age(xid)
Reported-by: David RowleyDiscussion:https://postgr.es/m/CAKJS1f_OQpz7rpe-KJmskVxbU06buiXbfonxG3JLB+nGCJ5E=g@mail.gmail.comBackpatch-through: 16
1 parentd053a87 commit48b5aa3

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

‎doc/src/sgml/func.sgml

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp