diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index b8fabd4ccf..e9b6739836 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -20791,7 +20791,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup()); (slot_name name, lsn pg_lsn) - Copies an existing logical replication slot name src_slot_name + Copies an existing logical replication slot named src_slot_name to a logical replication slot named dst_slot_name while changing the output plugin and persistence. The copied logical slot starts from the same LSN as the source logical slot. Both