v36-0009-Review-comment-fixes-for-Documentation-patch.patch
application/octet-stream
Filename: v36-0009-Review-comment-fixes-for-Documentation-patch.patch
Type: application/octet-stream
Part: 7
From 9f09110ff17fbbfaa61a4fd211c36d8ec20c4bf4 Mon Sep 17 00:00:00 2001
From: Vignesh C <vignesh21@gmail.com>
Date: Mon, 18 May 2026 09:00:17 +0000
Subject: [PATCH v36 09/10] Review comment fixes for Documentation patch.
Review comment fixes for Documentation patch.
---
doc/src/sgml/logical-replication.sgml | 4 ++--
doc/src/sgml/ref/create_subscription.sgml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index 572e0d45383..301c588f777 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -2138,8 +2138,8 @@ Included in publications:
The <link linkend="sql-createsubscription-params-with-conflict-log-destination"><literal>conflict_log_destination</literal></link>
parameter automatically creates a dedicated conflict log table. This table is created in the dedicated
<literal>pg_conflict</literal> namespace. The name of the conflict log table
- is <literal>pg_conflict_log_<subid></literal>. The predefined schema of this table is
- detailed in
+ is <literal>pg_conflict_log_for_subid_<subid></literal>. The
+ predefined schema of this table is detailed in
<xref linkend="logical-replication-conflict-log-schema"/>.
</para>
diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml
index 7fb11f31b21..bc9ca3a388a 100644
--- a/doc/src/sgml/ref/create_subscription.sgml
+++ b/doc/src/sgml/ref/create_subscription.sgml
@@ -279,9 +279,9 @@ CREATE SUBSCRIPTION <replaceable class="parameter">subscription_name</replaceabl
<listitem>
<para>
<literal>table</literal>: The system automatically creates a structured table
- named <literal>pg_conflict_log_<subid></literal> in the
- <literal>pg_conflict</literal> schema. This allows for easy querying and
- analysis of conflicts.
+ named <literal>pg_conflict_log_for_subid_<subid></literal>
+ in the <literal>pg_conflict</literal> schema. This allows for easy
+ querying and analysis of conflicts.
</para>
<caution>
<para>
--
2.53.0