diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-06-24 03:51:51 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-06-24 03:51:51 +0900 |
commit | f8ad8bd47306d4c34ab8f7cc6f38225b12f18a3c (patch) | |
tree | f37251ba2feb5c1ae231b9805c569308d79f68b1 /doc/src | |
parent | 394e05996fbb0621cf51c9d99891ca99b0eb2ff2 (diff) | |
download | postgresql-f8ad8bd47306d4c34ab8f7cc6f38225b12f18a3c.tar.gz postgresql-f8ad8bd47306d4c34ab8f7cc6f38225b12f18a3c.zip |
Fix typo in replication slot function doc.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
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> |