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-18T11:40:16Z
Lists: pgsql-hackers
On Tue, Jun 18, 2024 at 12:11 PM Peter Smith <smithpb2250@gmail.com> wrote: > > While reviewing another thread that proposes to include "generated > columns" support for logical replication [1] I was looking for any > existing PostgreSQL documentation on this topic. > > But, I found almost nothing about it at all -- I only saw one aside > mention saying that logical replication low-level message information > is not sent for generated columns [2]. > > ~~ > > IMO there should be some high-level place in the docs where the > behaviour for logical replication w.r.t. generated columns is > described. > +1. > There are lots of candidate places which could talk about this topic. > * e.g.1 in "Generated Columns" (section 5.4) > * e.g.2 in LR "Column-Lists" docs (section 29.5) > * e.g.3 in LR "Restrictions" docs (section 29.7) > * e.g.4 in the "CREATE PUBLICATION" reference page > > For now, I have provided just a simple patch for the "Generated > Columns" section [3]. Perhaps it is enough. > Can we try to clarify if their corresponding values are replicated? -- With Regards, Amit Kapila.
Commits
-
Doc: Generated columns are skipped for logical replication.
- 7a089f6e6a14 17.0 landed
- 3c469a939cf1 16.4 landed
- a99b2ccd5679 15.8 landed
- ac9615d9a5ae 14.13 landed
- 4459144bd6ec 13.16 landed
- b0121801d387 12.20 landed