diff --git a/doc/src/sgml/ref/create_publication.sgml b/doc/src/sgml/ref/create_publication.sgml index 92758c7..64214ba 100644 --- a/doc/src/sgml/ref/create_publication.sgml +++ b/doc/src/sgml/ref/create_publication.sgml @@ -427,8 +427,8 @@ CREATE PUBLICATION all_sequences FOR ALL SEQUENCES; - Create a publication that publishes all changes in all tables and - synchronizes all sequences: + Create a publication that publishes all changes in all tables, and + all sequences for synchronization: CREATE PUBLICATION all_tables_sequences FOR ALL TABLES, SEQUENCES;