diff options
author | Andres Freund <andres@anarazel.de> | 2014-09-30 01:49:25 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2014-09-30 01:49:25 +0200 |
commit | 445d262852f7aa83f9973a13bd56320d3a63842c (patch) | |
tree | 210da271ad3c9db698a02f51b901040b3170675d /doc/src | |
parent | 08da8947f4b52ad41770f260a3962b032de77120 (diff) | |
download | postgresql-445d262852f7aa83f9973a13bd56320d3a63842c.tar.gz postgresql-445d262852f7aa83f9973a13bd56320d3a63842c.zip |
doc fix for pg_recvlogical: --create doesn't immediately exit.
Author: Michael Paquier
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_recvlogical.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml index ce5ad5eed9e..76240fe991a 100644 --- a/doc/src/sgml/ref/pg_recvlogical.sgml +++ b/doc/src/sgml/ref/pg_recvlogical.sgml @@ -58,8 +58,8 @@ PostgreSQL documentation <para> Create a new logical replication slot with the name specified in <option>--slot</option>, using the output plugin - <option>--plugin</option>, then exit. The slot is created for the - database given in <option>--dbname</option>. + <option>--plugin</option>. The slot is created for the database + given in <option>--dbname</option>. </para> </listitem> </varlistentry> |