From da51d9154deba7907062206d190dcd5730fe77f2 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Mon, 8 Jun 2026 11:26:25 +0530 Subject: [PATCH] Doc: Add missing SGML markup in alter_publication.sgml. Author: Peter Smith Discussion: https://postgr.es/m/CAHut+Pu7Zxm3oU7OyK3FVXRuDO+V6143adGUC6nnSrhqizYqQQ@mail.gmail.com --- doc/src/sgml/ref/alter_publication.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/alter_publication.sgml b/doc/src/sgml/ref/alter_publication.sgml index aa32bb169e9..52114a16a39 100644 --- a/doc/src/sgml/ref/alter_publication.sgml +++ b/doc/src/sgml/ref/alter_publication.sgml @@ -267,14 +267,14 @@ ALTER PUBLICATION mypublication SET TABLE users (user_id, firstname, lastname), - Replace the table list in the publication's EXCEPT clause: + Replace the table list in the publication's EXCEPT clause: ALTER PUBLICATION mypublication SET ALL TABLES EXCEPT (TABLE users, departments); - Reset the publication to be a FOR ALL TABLES publication with no excluded - tables: + Reset the publication to be a FOR ALL TABLES publication + with no excluded tables: ALTER PUBLICATION mypublication SET ALL TABLES;