Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2f636da

Browse files
committed
docs: Fix snapshot name in SET TRANSACTION docs.
Commit 6c2003f changed the snapshot names mentioned in SET TRANSACTION docs, however, there was one place that the commit missed updating the name. Back-patch to all supported versions. Author: Japin Li Reviewed-by: Fujii Masao Discussion: https://postgr.es/m/MEYP282MB1669BD4280044501165F8B07B64F9@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
1 parent 14ff44f commit 2f636da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/set_transaction.sgml

+1-1
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'</literal>.
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)