aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2009-01-08 14:46:50 +0000
committerBruce Momjian <bruce@momjian.us>2009-01-08 14:46:50 +0000
commiteb0d7e243a832854e92949e5f8e9c200ec286bbf (patch)
treea11e86f72b3c03c6024a7dfae4c387c7010006d4
parent2e9650cbcff8c8fb0d9ef807c73a44f241822eee (diff)
downloadpostgresql-eb0d7e243a832854e92949e5f8e9c200ec286bbf.tar.gz
postgresql-eb0d7e243a832854e92949e5f8e9c200ec286bbf.zip
Document that txid_visible_in_snapshot() cannot be used with
subtransaction ids.
-rw-r--r--doc/src/sgml/func.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index b948754a963..5217a3f6392 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.468 2009/01/08 00:44:18 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.469 2009/01/08 14:46:50 momjian Exp $ -->
<chapter id="functions">
<title>Functions and Operators</title>
@@ -12473,7 +12473,7 @@ SELECT typlen FROM pg_type WHERE oid = pg_typeof(33);
<row>
<entry><literal><function>txid_visible_in_snapshot</function>(<parameter>bigint</parameter>, <parameter>txid_snapshot</parameter>)</literal></entry>
<entry><type>boolean</type></entry>
- <entry>is transaction ID visible in snapshot?</entry>
+ <entry>is transaction ID visible in snapshot? (do not use with subtransaction ids)</entry>
</row>
</tbody>
</tgroup>