]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: Add missing SGML markup in alter_publication.sgml.
authorAmit Kapila <akapila@postgresql.org>
Mon, 8 Jun 2026 05:56:25 +0000 (11:26 +0530)
committerAmit Kapila <akapila@postgresql.org>
Mon, 8 Jun 2026 05:56:25 +0000 (11:26 +0530)
Author: Peter Smith <smithpb2250@gmail.com>
Discussion: https://postgr.es/m/CAHut+Pu7Zxm3oU7OyK3FVXRuDO+V6143adGUC6nnSrhqizYqQQ@mail.gmail.com

doc/src/sgml/ref/alter_publication.sgml

index aa32bb169e90a71d36d99efe5c2f4f4fab6bd552..52114a16a391e0c019c9e3a9f890e6e7b03279ee 100644 (file)
@@ -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>