From 31f78ca1b858d7c1a3d6265c82608460173ca139 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Thu, 18 Jun 2026 08:41:35 +1000 Subject: [PATCH v2] DOCS - clarify behaviour when EXCEPT tables are renamed/moved --- doc/src/sgml/ref/create_publication.sgml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml index f82d640e6ca..85cfcaddafa 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -200,6 +200,12 @@ CREATE PUBLICATION name This clause specifies a list of tables to be excluded from the publication. + + Once a table is excluded, the exclusion applies to that table + regardless of its name or schema. Renaming the table or moving it to + another schema using ALTER TABLE ... SET SCHEMA does + not remove the exclusion. + For inherited tables, if ONLY is specified before the table name, only that table is excluded from the publication. If -- 2.47.3