We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ff44f commit 2f636daCopy full SHA for 2f636da
doc/src/sgml/ref/set_transaction.sgml
@@ -164,7 +164,7 @@ SET SESSION CHARACTERISTICS AS TRANSACTION <replaceable class="parameter">transa
164
snapshot identifier, which must be given to <literal>SET TRANSACTION
165
SNAPSHOT</literal> to specify which snapshot is to be imported. The
166
identifier must be written as a string literal in this command, for example
167
- <literal>'000003A1-1'</literal>.
+ <literal>'00000003-0000001B-1'</literal>.
168
<literal>SET TRANSACTION SNAPSHOT</literal> can only be executed at the
169
start of a transaction, before the first query or
170
data-modification statement (<command>SELECT</command>,
0 commit comments