Skip to content

Commit f8ad8bd

Browse files
committed
Fix typo in replication slot function doc.
1 parent 394e059 commit f8ad8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16654,7 +16654,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1665416654
<parameter>slot_name</parameter> using the output plugin
1665516655
<parameter>plugin</parameter>. A call to this function has the same
1665616656
effect as the replication protocol command
16657-
<literal>CREATE REPLICATION SLOT ... LOGICAL</literal>.
16657+
<literal>CREATE_REPLICATION_SLOT ... LOGICAL</literal>.
1665816658
</entry>
1665916659
</row>
1666016660

0 commit comments

Comments
 (0)