Update Examples in Logical Replication Docs

From: Shlok Kyal <shlok(dot)kyal(dot)oss(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Update Examples in Logical Replication Docs
Date: 2025-07-21 17:27:06
Message-ID: CANhcyEUvqkSO6b9zi_fs_BBPEge5acj4mf8QKmq2TX-7axa7EQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 reflect the same. I have attached a patch with the
changes.
The changes apply to both the branches REL_18_STABLE and HEAD.

[1]: https://www.postgresql.org/docs/current/logical-replication-col-lists.html
[2]: https://www.postgresql.org/docs/current/logical-replication-row-filter.html
[3]:https://github.com/postgres/postgres/commit/7054186c4ebe24e63254651e2ae9b36efae90d4e

Thanks,
Shlok Kyal

Attachment Content-Type Size
v1-0001-Update-examples-in-logical-replication-docs.patch application/octet-stream 3.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-07-21 17:30:52 Re: Proposal: QUALIFY clause
Previous Message Sami Imseih 2025-07-21 17:16:38 Re: [PATCH] Proposal to Enable/Disable Index using ALTER INDEX