diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 981ca51..645fc48 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -5201,7 +5201,7 @@ ANY num_sync ( max_logical_replication_workers
must be set to at least the number of subscriptions (for leader apply
- workers), plus some reserve for the table synchronization workers, sequence
- synchronization worker and parallel apply workers.
+ workers), plus some reserve for the parallel apply workers, table synchronization workers, and a sequence
+ synchronization worker.
diff --git a/doc/src/sgml/ref/alter_subscription.sgml b/doc/src/sgml/ref/alter_subscription.sgml
index fc8a33c..f81faf9 100644
--- a/doc/src/sgml/ref/alter_subscription.sgml
+++ b/doc/src/sgml/ref/alter_subscription.sgml
@@ -26,8 +26,8 @@ ALTER SUBSCRIPTION name SET PUBLICA
ALTER SUBSCRIPTION name ADD PUBLICATION publication_name [, ...] [ WITH ( publication_option [= value] [, ... ] ) ]
ALTER SUBSCRIPTION name DROP PUBLICATION publication_name [, ...] [ WITH ( publication_option [= value] [, ... ] ) ]
ALTER SUBSCRIPTION name REFRESH PUBLICATION [ WITH ( refresh_option [= value] [, ... ] ) ]
+ALTER SUBSCRIPTION name REFRESH PUBLICATION SEQUENCES
ALTER SUBSCRIPTION name ENABLE
-ALTER SUBSCRIPTION name REFRESH SEQUENCES
ALTER SUBSCRIPTION name DISABLE
ALTER SUBSCRIPTION name SET ( subscription_parameter [= value] [, ... ] )
ALTER SUBSCRIPTION name SKIP ( skip_option = value )
@@ -195,12 +195,12 @@ ALTER SUBSCRIPTION name RENAME TO <
-
- REFRESH SEQUENCES
+
+ REFRESH PUBLICATION SEQUENCES
Fetch missing sequences information from publisher and re-synchronize the
- sequence data from the publisher.
+ sequence data with the publisher.