projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bffe18e
)
Doc: fix minor typo in func.sgml.
author
Tatsuo Ishii
Wed, 20 Nov 2019 00:13:12 +0000
(09:13 +0900)
committer
Tatsuo Ishii
Wed, 20 Nov 2019 00:13:12 +0000
(09:13 +0900)
Discussion: https://postgr.es/m/
20191119
.222048.
49467220816510881
.t-ishii%40sraoss.co.jp
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index b8fabd4ccfbc2e46062c92ab77795fff989d8ea8..e9b6739836c9134c62187243dbd5f600af250538 100644
(file)
--- 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 name
d
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