We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffe18e commit 1350266Copy full SHA for 1350266
doc/src/sgml/func.sgml
@@ -20791,7 +20791,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
20791
(<parameter>slot_name</parameter> <type>name</type>, <parameter>lsn</parameter> <type>pg_lsn</type>)
20792
</entry>
20793
<entry>
20794
- Copies an existing logical replication slot name <parameter>src_slot_name</parameter>
+ Copies an existing logical replication slot named <parameter>src_slot_name</parameter>
20795
to a logical replication slot named <parameter>dst_slot_name</parameter>
20796
while changing the output plugin and persistence. The copied logical slot starts
20797
from the same <acronym>LSN</acronym> as the source logical slot. Both
0 commit comments