Documentation fix for pg_recvlogical's --create mode - Mailing list pgsql-hackers

From Michael Paquier
Subject Documentation fix for pg_recvlogical's --create mode
Date
Msg-id CAB7nPqQFSU7RxxuB8CDmJSYF7wf3Lr4TNAtvtcYhcdU-R4HcEg@mail.gmail.com
Whole thread Raw
Responses Re: Documentation fix for pg_recvlogical's --create mode  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
Hi all,

In the documentation of pg_recvlogical here
(http://www.postgresql.org/docs/devel/static/app-pgrecvlogical.html),
there is the following sentence:
"Create a new logical replication slot with the name specified in
--slot, using the output plugin --plugin, then exit."
Actually that's not completely true, we can create a replication slot
and then start streaming by combining --start and --create. Process
will only exit if --start is not used. Patch is attached.
Regards,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Daniele Varrazzo
Date:
Subject: libpq connection status and closed fd
Next
From: Amit Kapila
Date:
Subject: Re: Scaling shared buffer eviction