PS_NITPICKS_20240812_SEQ_0001.txt

text/plain

Filename: PS_NITPICKS_20240812_SEQ_0001.txt
Type: text/plain
Part: 0
Message: Re: Logical Replication of sequences
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;
   </para>
 
   <para>
-   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:
 <programlisting>
 CREATE PUBLICATION all_tables_sequences FOR ALL TABLES, SEQUENCES;
 </programlisting>