Обсуждение: Fix snapshot name for SET TRANSACTION documentation
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
On 2022/09/21 12:01, Japin Li wrote: > > 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. Thanks for the patch! Looks good to me. Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
On 2022/09/21 14:40, Fujii Masao wrote: > > > On 2022/09/21 12:01, Japin Li wrote: >> >> 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. > > Thanks for the patch! Looks good to me. Pushed. Thanks! Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
On Thu, 22 Sep 2022 at 12:00, Fujii Masao <masao.fujii@oss.nttdata.com> wrote: > On 2022/09/21 14:40, Fujii Masao wrote: >> On 2022/09/21 12:01, Japin Li wrote: >>> >>> 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. >> Thanks for the patch! Looks good to me. > > Pushed. Thanks! > Thanks! -- Regrads, Japin Li. ChengDu WenWu Information Technology Co.,Ltd.