From 4432901f05f713cf72db1e905d81eb77aeda568f Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Tue, 2 Jun 2026 12:02:33 +1000 Subject: [PATCH v1] Add missing SGML markup in examples --- 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; -- 2.47.3