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;