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 1pwpcv-0001IX-G2 for pgsql-hackers@arkaria.postgresql.org; Wed, 10 May 2023 19:37:29 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pwpcu-0007LV-FR for pgsql-hackers@arkaria.postgresql.org; Wed, 10 May 2023 19:37:28 +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 1pwpcu-0007LL-67 for pgsql-hackers@lists.postgresql.org; Wed, 10 May 2023 19:37:28 +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 1pwpcr-001cMZ-MU for pgsql-hackers@postgresql.org; Wed, 10 May 2023 19:37:27 +0000 Received: from bruce by momjian.us with local (Exim 4.94.2) (envelope-from ) id 1pwpcq-00H2A4-RT for pgsql-hackers@postgresql.org; Wed, 10 May 2023 15:37:24 -0400 Date: Wed, 10 May 2023 15:37:24 -0400 From: Bruce Momjian To: PostgreSQL-development Subject: Re: Subscription suborigin? Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Never mind --- I just realized "sub" is the table prefix. :-( --------------------------------------------------------------------------- On Wed, May 10, 2023 at 03:36:31PM -0400, Bruce Momjian wrote: > 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. > > -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Embrace your flaws. They make you human, rather than perfect, which you will never be.