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

Commit7471230

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 parent85eb771 commit7471230

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
@@ -25800,6 +25800,34 @@ SELECT collation for ('foo' COLLATE "de_DE");
2580025800
</thead>
2580125801

2580225802
<tbody>
25803+
<row>
25804+
<entry role="func_table_entry"><para role="func_signature">
25805+
<indexterm>
25806+
<primary>age</primary>
25807+
</indexterm>
25808+
<function>age</function> ( <type>xid</type> )
25809+
<returnvalue>integer</returnvalue>
25810+
</para>
25811+
<para>
25812+
Returns the number of transactions between the supplied
25813+
transaction id and the current transaction counter.
25814+
</para></entry>
25815+
</row>
25816+
25817+
<row>
25818+
<entry role="func_table_entry"><para role="func_signature">
25819+
<indexterm>
25820+
<primary>mxid_age</primary>
25821+
</indexterm>
25822+
<function>mxid_age</function> ( <type>xid</type> )
25823+
<returnvalue>integer</returnvalue>
25824+
</para>
25825+
<para>
25826+
Returns the number of multixacts IDs between the supplied
25827+
multixact ID and the current multixacts counter.
25828+
</para></entry>
25829+
</row>
25830+
2580325831
<row>
2580425832
<entry role="func_table_entry"><para role="func_signature">
2580525833
<indexterm>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp