From 4432901f05f713cf72db1e905d81eb77aeda568f Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
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),
 </programlisting></para>
 
   <para>
-   Replace the table list in the publication's EXCEPT clause:
+   Replace the table list in the publication's <literal>EXCEPT</literal> clause:
 <programlisting>
 ALTER PUBLICATION mypublication SET ALL TABLES EXCEPT (TABLE users, departments);
 </programlisting></para>
 
   <para>
-   Reset the publication to be a FOR ALL TABLES publication with no excluded
-   tables:
+   Reset the publication to be a <literal>FOR ALL TABLES</literal> publication
+   with no excluded tables:
 <programlisting>
 ALTER PUBLICATION mypublication SET ALL TABLES;
 </programlisting></para>
-- 
2.47.3

