8000
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 b3c265d commit eecf963Copy full SHA for eecf963
doc/src/sgml/func.sgml
@@ -20927,7 +20927,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
20927
(<parameter>slot_name</parameter> <type>name</type>, <parameter>lsn</parameter> <type>pg_lsn</type>)
20928
</entry>
20929
<entry>
20930
- Copies an existing logical replication slot name <parameter>src_slot_name</parameter>
+ Copies an existing logical replication slot named <parameter>src_slot_name</parameter>
20931
to a logical replication slot named <parameter>dst_slot_name</parameter>
20932
while changing the output plugin and persistence. The copied logical slot starts
20933
from the same <acronym>LSN</acronym> as the source logical slot. Both
0 commit comments