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

Commit0537676

Browse files
committed
docs: Fix snapshot name in SET TRANSACTION docs.
Commit6c2003f changed the snapshot names mentioned inSET TRANSACTION docs, however, there was one place thatthe commit missed updating the name.Back-patch to all supported versions.Author: Japin LiReviewed-by: Fujii MasaoDiscussion:https://postgr.es/m/MEYP282MB1669BD4280044501165F8B07B64F9@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
1 parent9c69e26 commit0537676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/set_transaction.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ SET SESSION CHARACTERISTICS AS TRANSACTION <replaceable class="parameter">transa
164164
snapshot identifier, which must be given to <literal>SET TRANSACTION
165165
SNAPSHOT</literal> to specify which snapshot is to be imported. The
166166
identifier must be written as a string literal in this command, for example
167-
<literal>'000003A1-1'</>.
167+
<literal>'00000003-0000001B-1'</literal>.
168168
<literal>SET TRANSACTION SNAPSHOT</literal> can only be executed at the
169169
start of a transaction, before the first query or
170170
data-modification statement (<command>SELECT</command>,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp