DOCS - Clarify behaviour when EXCEPT tables are moved/renamed
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Nisha Moond <nisha.moond412@gmail.com>, Amit Kapila <amit.kapila16@gmail.com>
Date: 2026-06-17T03:33:55Z
Lists: pgsql-hackers
Attachments
- v1-0001-DOCS-clarify-behaviour-when-EXCEPT-tables-are-ren.patch (application/octet-stream) patch v1-0001
Hi, A documentation gap was identified [1] regarding the new publication FOR ALL TABLES EXCEPT behaviour. e.g. what happens if an excluded table is renamed or moved? This patch addresses that gap. Note that the patch uses different text from what was previously suggested because, when I checked with AI, it proposed this much simpler wording. ====== [1] https://www.postgresql.org/message-id/CAA4eK1J_QP8CXCshaCy_01ALQQrDSzoTHfXKcAbjiEvV-RkOOw%40mail.gmail.com Kind Regards, Peter Smith. Fujitsu Australia
Commits
-
Doc: Clarify that publication exclusions track table identity.
- 77b6dd909252 19 (unreleased) landed