Fix typo in replication slot function doc.

This commit is contained in:
Fujii Masao 2014-06-24 03:51:51 +09:00
parent 394e05996f
commit f8ad8bd473
1 changed files with 1 additions and 1 deletions

View File

@ -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>