From 37013621f3b0e296aa71b812ca9d46871ead95e2 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Wed, 3 Jun 2015 12:12:48 +0900 Subject: [PATCH] Minor improvement to txid_current() documentation. Michael Paquier, reviewed by Christoph Berg and Naoya Anzai --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5