summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2022-09-22 12:54:26 +0900
committerFujii Masao <fujii@postgresql.org>2022-09-22 12:56:37 +0900
commit053767644737c3c84bc2f7fd2c34f38544a6b59d (patch)
tree8ec7df6aadfeb560ce08dfe6e6930be309661f5c
parent9c69e2640fa8297b08bc690912b44092435cd204 (diff)
downloadpostgresql-053767644737c3c84bc2f7fd2c34f38544a6b59d.tar.gz
docs: Fix snapshot name in SET TRANSACTION docs.
Commit 6c2003f8a1 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
-rw-r--r--doc/src/sgml/ref/set_transaction.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml
index 0af0c59cc5..8836d1a95e 100644
--- a/doc/src/sgml/ref/set_transaction.sgml
+++ b/doc/src/sgml/ref/set_transaction.sgml
@@ -164,7 +164,7 @@ SET SESSION CHARACTERISTICS AS TRANSACTION <replaceable class="parameter">transa
snapshot identifier, which must be given to <literal>SET TRANSACTION
SNAPSHOT</literal> to specify which snapshot is to be imported. The
identifier must be written as a string literal in this command, for example
- <literal>'000003A1-1'</>.
+ <literal>'00000003-0000001B-1'</literal>.
<literal>SET TRANSACTION SNAPSHOT</literal> can only be executed at the
start of a transaction, before the first query or
data-modification statement (<command>SELECT</command>,