mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
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:
parent
3d0d6741d8
commit
da51d9154d
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue