Re: Update Examples in Logical Replication Docs

2025-07-21 Thread Amit Kapila
On Mon, Jul 21, 2025 at 10:57 PM Shlok Kyal wrote: > > While going through the example for column lists [1] and row filters > [2] in logical replication, I found that the output of "\dRp+" is not > updated as per PostgreSQL 18. In PG 18, a new column "Generated > columns' was added in "\dRp+" by c

Re: Update Examples in Logical Replication Docs

2025-07-21 Thread Peter Smith
On Tue, Jul 22, 2025 at 3:27 AM Shlok Kyal wrote: > > Hi, > > While going through the example for column lists [1] and row filters > [2] in logical replication, I found that the output of "\dRp+" is not > updated as per PostgreSQL 18. In PG 18, a new column "Generated > columns' was added in "\dRp

Update Examples in Logical Replication Docs

2025-07-21 Thread Shlok Kyal
Hi, While going through the example for column lists [1] and row filters [2] in logical replication, I found that the output of "\dRp+" is not updated as per PostgreSQL 18. In PG 18, a new column "Generated columns' was added in "\dRp+" by commit [3], so I think we should update the docs to reflec