projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6d0df9
)
Fix typo in replication slot function doc.
author
Fujii Masao
<fujii@postgresql.org>
Mon, 23 Jun 2014 18:51:51 +0000
(
03:51
+0900)
committer
Fujii Masao
<fujii@postgresql.org>
Mon, 23 Jun 2014 18:53:58 +0000
(
03:53
+0900)
doc/src/sgml/func.sgml
patch
|
blob
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 1657a32eb3cbe1c0fb665f2100cdb32279f982ed..f4754588ae7594061969da7f4eb76302a33e040b 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-16654,7
+16654,7
@@
postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
<parameter>slot_name</parameter> using the output plugin
<parameter>plugin</parameter>. A call to this function has the same
effect as the replication protocol command
- <literal>CREATE
REPLICATION
SLOT ... LOGICAL</literal>.
+ <literal>CREATE
_REPLICATION_
SLOT ... LOGICAL</literal>.
</entry>
</row>