From: Fujii Masao Date: Wed, 3 Jun 2015 03:12:48 +0000 (+0900) Subject: Minor improvement to txid_current() documentation. X-Git-Tag: REL9_5_ALPHA1~124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37013621f3b0e296aa71b812ca9d46871ead95e2;p=thirdparty%2Fpostgresql.git Minor improvement to txid_current() documentation. Michael Paquier, reviewed by Christoph Berg and Naoya Anzai --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 95d5a3a4d84..c6e354054cd 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -16270,7 +16270,7 @@ SELECT collation for ('foo' COLLATE "de_DE"); txid_current() bigint - get current transaction ID + get current transaction ID, assigning a new one if the current transaction does not have one txid_current_snapshot()