Fix snapshot name for SET TRANSACTION documentation - Mailing list pgsql-hackers

From Japin Li
Subject Fix snapshot name for SET TRANSACTION documentation
Date
Msg-id MEYP282MB1669BD4280044501165F8B07B64F9@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: Fix snapshot name for SET TRANSACTION documentation
List pgsql-hackers
Hi hackers,

In 6c2003f8a1bbc7c192a2e83ec51581c018aa162f, we change the snapshot name
when exporting snapshot, however, there is one place we missed update the
snapshot name in documentation.  Attach a patch to fix it.

-- 
Regrads,
Japin Li.
ChengDu WenWu Information Technology Co.,Ltd.

From 5eac3c0ca274da30b2e2cf0e19887892d5f92788 Mon Sep 17 00:00:00 2001
From: Japin Li <japinli@hotmail.com>
Date: Wed, 21 Sep 2022 10:51:22 +0800
Subject: [PATCH v1] Fix sanpshot name for set transaction documentation

---
 doc/src/sgml/ref/set_transaction.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/ref/set_transaction.sgml b/doc/src/sgml/ref/set_transaction.sgml
index e062e2461e..d394e622f8 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>.
+   <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>,
-- 
2.25.1


pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: [RFC] building postgres with meson - v13
Next
From: James Sewell
Date:
Subject: Virtual tx id