Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb0d7e2

Browse files
committed
Document that txid_visible_in_snapshot() cannot be used with
subtransaction ids.
1 parent2e9650c commiteb0d7e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.468 2009/01/0800:44:18 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.469 2009/01/0814:46:50 momjian Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -12473,7 +12473,7 @@ SELECT typlen FROM pg_type WHERE oid = pg_typeof(33);
1247312473
<row>
1247412474
<entry><literal><function>txid_visible_in_snapshot</function>(<parameter>bigint</parameter>, <parameter>txid_snapshot</parameter>)</literal></entry>
1247512475
<entry><type>boolean</type></entry>
12476-
<entry>is transaction ID visible in snapshot?</entry>
12476+
<entry>is transaction ID visible in snapshot? (do not use with subtransaction ids)</entry>
1247712477
</row>
1247812478
</tbody>
1247912479
</tgroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp