Skip to content
Snippets Groups Projects
Commit f8ad8bd4 authored by Fujii Masao's avatar Fujii Masao
Browse files

Fix typo in replication slot function doc.

parent 394e0599
No related branches found
No related tags found
No related merge requests found
...@@ -16654,7 +16654,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); ...@@ -16654,7 +16654,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
<parameter>slot_name</parameter> using the output plugin <parameter>slot_name</parameter> using the output plugin
<parameter>plugin</parameter>. A call to this function has the same <parameter>plugin</parameter>. A call to this function has the same
effect as the replication protocol command effect as the replication protocol command
<literal>CREATE REPLICATION SLOT ... LOGICAL</literal>. <literal>CREATE_REPLICATION_SLOT ... LOGICAL</literal>.
</entry> </entry>
</row> </row>
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment