Re: DOCS: Generated table columns are skipped by logical replication

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-06-21T06:27:15Z
Lists: pgsql-hackers
On Thu, Jun 20, 2024 at 6:36 AM Peter Smith <smithpb2250@gmail.com> wrote:
>
> Hi Amit.
>
> I modified the patch text slightly according to Peter E's suggestion [1].
>
> I also tested the above examples against all older PostgreSQL versions
> 12,13,14,15,16,17. The logical replication behaviour of skipping
> generated columns is the same for all of them.
>
> Note that CREATE PUBLICATION column lists did not exist until PG15, so
> a modified patch is needed for the versions before that.
>

Pushed.

-- 
With Regards,
Amit Kapila.



Commits

  1. Doc: Generated columns are skipped for logical replication.