Re: libpq options - Mailing list pgsql-docs

From Andres Freund
Subject Re: libpq options
Date
Msg-id 20180301093554.qrqgdnfwgs77tj23@alap3.anarazel.de
Whole thread Raw
In response to Re: libpq options  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: libpq options
Re: libpq options
List pgsql-docs
On 2017-11-25 19:05:54 +0900, Michael Paquier wrote:
> +     <varlistentry id="libpq-connect-replication" xreflabel="replication">
> +      <term><literal>replication</literal></term>
> +      <listitem>
> +      <para>
> +       This option determines if a backend should use the replication
> +       protocol.

"should"? The backend will, and the client will have to do so as well.


> A Boolean value of <literal>true</literal> tells the backend
> +       to go into walsender mode, wherein a small set of replication commands
> +       can be issued instead of SQL statements.

This actually is wrong now I think. Petr?


Greetings,

Andres Freund


pgsql-docs by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Missing steps for "Building with Visual C++ or the MicrosoftWindows SDK"
Next
From: Andres Freund
Date:
Subject: Re: Document WaitForBackgroundWorkerShutdown and fix bgworker typo