From: Fujii Masao Date: Wed, 3 Jun 2015 03:12:48 +0000 (+0900) Subject: Minor improvement to txid_current() documentation. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=37013621f3b0e296aa71b812ca9d46871ead95e2;p=users%2Frhaas%2Fpostgres.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 95d5a3a4d8..c6e354054c 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()