v1-0001-DOCS-clarify-behaviour-when-EXCEPT-tables-are-ren.patch
application/octet-stream
Filename: v1-0001-DOCS-clarify-behaviour-when-EXCEPT-tables-are-ren.patch
Type: application/octet-stream
Part: 0
Patch
Format: format-patch
Series: patch v1-0001
Subject: DOCS - clarify behaviour when EXCEPT tables are renamed/moved
| File | + | − |
|---|---|---|
| doc/src/sgml/ref/create_publication.sgml | 4 | 0 |
From 532e4c83bac02ef467395c4e0e139a3a2e5de05d Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
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 <replaceable class="parameter">name</replaceable>
This clause specifies a list of tables to be excluded from the
publication.
</para>
+ <para>
+ An excluded table remains excluded even if it is renamed or moved to
+ another schema.
+ </para>
<para>
For inherited tables, if <literal>ONLY</literal> is specified before the
table name, only that table is excluded from the publication. If
--
2.47.3