From 532e4c83bac02ef467395c4e0e139a3a2e5de05d Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Wed, 17 Jun 2026 13:25:52 +1000 Subject: [PATCH v1] DOCS - clarify behaviour when EXCEPT tables are renamed/moved --- doc/src/sgml/ref/create_publication.sgml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml index f82d640e6ca..7738d4b7fe2 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -200,6 +200,10 @@ CREATE PUBLICATION name This clause specifies a list of tables to be excluded from the publication. + + An excluded table remains excluded even if it is renamed or moved to + another schema. + For inherited tables, if ONLY is specified before the table name, only that table is excluded from the publication. If -- 2.47.3