Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3701362

Browse files
committed
Minor improvement to txid_current() documentation.
Michael Paquier, reviewed by Christoph Berg and Naoya Anzai
1 parent 82ec7d2 commit 3701362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16270,7 +16270,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
1627016270
<row>
1627116271
<entry><literal><function>txid_current()</function></literal></entry>
1627216272
<entry><type>bigint</type></entry>
16273-
<entry>get current transaction ID</entry>
16273+
<entry>get current transaction ID, assigning a new one if the current transaction does not have one</entry>
1627416274
</row>
1627516275
<row>
1627616276
<entry><literal><function>txid_current_snapshot()</function></literal></entry>

0 commit comments

Comments
 (0)