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 1oVscH-0000ZX-GD for pgsql-hackers@arkaria.postgresql.org; Wed, 07 Sep 2022 10:49:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oVscG-0000Ug-AV for pgsql-hackers@arkaria.postgresql.org; Wed, 07 Sep 2022 10:49:08 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oVscF-0000UV-Vr for pgsql-hackers@lists.postgresql.org; Wed, 07 Sep 2022 10:49:08 +0000 Received: from mail-yb1-xb33.google.com ([2607:f8b0:4864:20::b33]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1oVscA-0007rB-2n for pgsql-hackers@postgresql.org; Wed, 07 Sep 2022 10:49:07 +0000 Received: by mail-yb1-xb33.google.com with SMTP id 11so21037141ybu.0 for ; Wed, 07 Sep 2022 03:49:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=Q28aTLOp0LSI72IFIwLvjiV3DxQiCgpBqvxGROjPo3c=; b=TvcsryTC6vLX7gZjt0d/JA2ZG8k7T6vX6U+h5bl4nbqy8Zrlp5SdpfbB1doSXKFZ0I i8FbQjQ0+vqzgwYe8c0SrSA6gCrHJ5YJFNmnKKvCXPb+MAQxjRzT8kC9LH5jbKAV2N/2 BxjoiqF1iMwyQEyNcXTgyoT2PKe950dAAnnJHeDDfcpeJQmTDuj/DjzVSU99ZoEtT1WJ 6bo33pVuvManFGbt+xXMYCtdLaiyfy2TBIjGdeTUFTkwDRehubHY05/xVAU7uwMZSo9I L4NHBd1y8Bw7Qh75p7NFFHZDRXcQFIsd1XKLd9kxMuRWLpqpFT2ykKGVgi48SdkTPwLg feVw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=Q28aTLOp0LSI72IFIwLvjiV3DxQiCgpBqvxGROjPo3c=; b=2X+0ej2p2VthQ5w9jbBPFXUSw7/SQnUHthaWlSQuaTztt8bN9to/Nqi/Plb0xC/uVF Pba89EiGtscUq4mKoM119NiqvmBRFQtEwUj+8cbSIWPsa8ZmQRbr73wfiyR/c/oeC4K/ Zs9TAlfjPg3pQTZvsacTUsdlLVzxoFJdRhujTUQKSXVudFa2ow4X+h5uMptheAbfmi9B 1BBuOmVegTL54JLTKTfMFyInlWBgvJK8lUMpegNBfc7PK3Kpfde2NM4x+Cu90W8jdctp jkRD9MHSaPk2P2xHx27lW+wLQcs/OFZ3Gx/wbOCyW6kQn9xFEIokp+eoTZumzf6kCc+p 8cIw== X-Gm-Message-State: ACgBeo1zOQ9IBHzMuiqo4FtCC5fHjC1S3SpjVicpmK1/a7JbvoEURuAe PqfHRuaAGmaLQZc1vaFQeXr3MKhiJ6fapCeAUCs= X-Google-Smtp-Source: AA6agR5tlVyvO5t7K7Wam1ga8TZ1UFg94XtlqkU0Otij+RRfvSNz8Z7uZXHKcHUHka8KOuFOXap0EX0ax14bhfq9pOI= X-Received: by 2002:a25:9803:0:b0:696:489e:b84d with SMTP id a3-20020a259803000000b00696489eb84dmr2329622ybo.317.1662547740373; Wed, 07 Sep 2022 03:49:00 -0700 (PDT) MIME-Version: 1.0 References: <15691075-5172-ad49-e7ae-89b82c1f0cfc@enterprisedb.com> <202112101323.gdbduksd5w5z@alvherre.pgsql> In-Reply-To: From: Amit Kapila Date: Wed, 7 Sep 2022 16:18:48 +0530 Message-ID: Subject: Re: Column Filtering in Logical Replication To: Peter Smith Cc: "shiy.fnst@fujitsu.com" , vignesh C , Alvaro Herrera , Peter Eisentraut , PostgreSQL-development Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Tue, Sep 6, 2022 at 2:15 PM Amit Kapila wrote: > > On Tue, Sep 6, 2022 at 5:08 AM Peter Smith wrote: > > > > You are right - that REFRESH PUBLICATION was not necessary for this > > example. The patch is modified to use your suggested text. > > > > PSA v8 > > > > LGTM. I'll push this once the tag appears for v15. > Pushed! -- With Regards, Amit Kapila.