Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pwpcA-0001Fg-K6 for pgsql-hackers@arkaria.postgresql.org; Wed, 10 May 2023 19:36:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pwpc7-0004r3-NQ for pgsql-hackers@arkaria.postgresql.org; Wed, 10 May 2023 19:36:39 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pwpc7-0004qi-F9 for pgsql-hackers@lists.postgresql.org; Wed, 10 May 2023 19:36:39 +0000 Received: from momjian.us ([72.94.173.45]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pwpc0-001cM2-In for pgsql-hackers@postgresql.org; Wed, 10 May 2023 19:36:38 +0000 Received: from bruce by momjian.us with local (Exim 4.94.2) (envelope-from ) id 1pwpbz-00H240-DK for pgsql-hackers@postgresql.org; Wed, 10 May 2023 15:36:31 -0400 Date: Wed, 10 May 2023 15:36:31 -0400 From: Bruce Momjian To: PostgreSQL-development Subject: Subscription suborigin? Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This commit: commit 366283961a Author: Amit Kapila Date: Thu Jul 21 08:47:38 2022 +0530 Allow users to skip logical replication of data having origin. has this change: diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 670a5406d6..a186e35f00 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -7943,6 +7943,20 @@ SCRAM-SHA-256$<iteration count>:&l see . + + + --> + suborigin text + + --> + The origin value must be either none or + any. The default is any. + If none, the subscription will request the publisher + to only send changes that don't have an origin. If + any, the publisher sends changes regardless of their + origin. + + Is 'suborigin' the right column mame, and if so, should "The origin value" be "The suborigin value"? -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Embrace your flaws. They make you human, rather than perfect, which you will never be.