v35-0008-Review-comment-fixes-for-Documentation-patch.patch

application/octet-stream

Filename: v35-0008-Review-comment-fixes-for-Documentation-patch.patch
Type: application/octet-stream
Part: 6
Message: Re: Proposal: Conflict log history table for Logical Replication
From a9919c53394ca17a5028b27f3dd4a3c316dfd4a7 Mon Sep 17 00:00:00 2001
From: Vignesh C <vignesh21@gmail.com>
Date: Mon, 18 May 2026 09:00:17 +0000
Subject: [PATCH v35 8/9] 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_&lt;subid&gt;</literal>. The predefined schema of this table is
-   detailed in
+   is <literal>pg_conflict_log_for_subid_&lt;subid&gt;</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_&lt;subid&gt;</literal> in the
-             <literal>pg_conflict</literal> schema. This allows for easy querying and
-             analysis of conflicts.
+             named <literal>pg_conflict_log_for_subid_&lt;subid&gt;</literal>
+             in the <literal>pg_conflict</literal> schema. This allows for easy
+             querying and analysis of conflicts.
             </para>
             <caution>
              <para>
-- 
2.53.0