aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2019-11-20 09:08:43 +0900
committerTatsuo Ishii <ishii@postgresql.org>2019-11-20 09:08:43 +0900
commiteecf963269648d4309cc54f8e94508ad42bbb88b (patch)
tree203879f42e784d71d4567082bcf3e37f8bbb2c8c /doc/src
parentb3c265d7be42484bd0ab4a9c0a920289e8f5c995 (diff)
downloadpostgresql-eecf963269648d4309cc54f8e94508ad42bbb88b.tar.gz
postgresql-eecf963269648d4309cc54f8e94508ad42bbb88b.zip
Doc: fix minor typo in func.sgml.
Discussion: https://postgr.es/m/20191119.222048.49467220816510881.t-ishii%40sraoss.co.jp
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 28eb322f3fc..e8082c05c95 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -20927,7 +20927,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
(<parameter>slot_name</parameter> <type>name</type>, <parameter>lsn</parameter> <type>pg_lsn</type>)
</entry>
<entry>
- Copies an existing logical replication slot name <parameter>src_slot_name</parameter>
+ Copies an existing logical replication slot named <parameter>src_slot_name</parameter>
to a logical replication slot named <parameter>dst_slot_name</parameter>
while changing the output plugin and persistence. The copied logical slot starts
from the same <acronym>LSN</acronym> as the source logical slot. Both