aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2014-06-24 03:51:51 +0900
committerFujii Masao <fujii@postgresql.org>2014-06-24 03:53:58 +0900
commite9b182404b67eef9a263c3d07b89cb60b26bed7b (patch)
tree7f813e69433579f85f625fec5cd21870d2834ee1
parentc6d0df9492b12ce657de8512a93dd473f3eff5d9 (diff)
downloadpostgresql-e9b182404b67eef9a263c3d07b89cb60b26bed7b.tar.gz
postgresql-e9b182404b67eef9a263c3d07b89cb60b26bed7b.zip
Fix typo in replication slot function doc.
-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 1657a32eb3c..f4754588ae7 100644
--- 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>