]> granicus.if.org Git - postgresql/commitdiff
Minor improvement to txid_current() documentation.
authorFujii Masao <fujii@postgresql.org>
Wed, 3 Jun 2015 03:12:48 +0000 (12:12 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 3 Jun 2015 03:12:48 +0000 (12:12 +0900)
Michael Paquier, reviewed by Christoph Berg and Naoya Anzai

doc/src/sgml/func.sgml

index 95d5a3a4d84857ce792c77a7070f0ea4aa8a8669..c6e354054cd2a6c79532f3693b7852e159307c07 100644 (file)
@@ -16270,7 +16270,7 @@ SELECT collation for ('foo' COLLATE "de_DE");
       <row>
        <entry><literal><function>txid_current()</function></literal></entry>
        <entry><type>bigint</type></entry>
-       <entry>get current transaction ID</entry>
+       <entry>get current transaction ID, assigning a new one if the current transaction does not have one</entry>
       </row>
       <row>
        <entry><literal><function>txid_current_snapshot()</function></literal></entry>