From: Bruce Momjian Date: Thu, 8 Jan 2009 14:46:50 +0000 (+0000) Subject: Document that txid_visible_in_snapshot() cannot be used with X-Git-Tag: REL8_4_BETA1~428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb0d7e243a832854e92949e5f8e9c200ec286bbf;p=postgresql Document that txid_visible_in_snapshot() cannot be used with subtransaction ids. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b948754a96..5217a3f639 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -12473,7 +12473,7 @@ SELECT typlen FROM pg_type WHERE oid = pg_typeof(33); txid_visible_in_snapshot(bigint, txid_snapshot) boolean - is transaction ID visible in snapshot? + is transaction ID visible in snapshot? (do not use with subtransaction ids)