Doc: Add missing SGML markup in alter_publication.sgml.

Author: Peter Smith <smithpb2250@gmail.com>
Discussion: https://postgr.es/m/CAHut+Pu7Zxm3oU7OyK3FVXRuDO+V6143adGUC6nnSrhqizYqQQ@mail.gmail.com
This commit is contained in:
Amit Kapila 2026-06-08 11:26:25 +05:30
parent 3d0d6741d8
commit da51d9154d

View 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>