[pgjdbc/pgjdbc] bd0497: Make replication docs use PREFER_QUERY_MODE (#761)

From: Jacques Fuentes <jpfuentes2(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] bd0497: Make replication docs use PREFER_QUERY_MODE (#761)
Date: 2017-02-23 17:58:03
Message-ID: 58af22ab79e8b_1a1d3f9051c83c34194665@hookshot-fe3-cp1-prd.iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: bd0497dee741e92de1cc3eeabb58a82608ed6070
https://github.com/pgjdbc/pgjdbc/commit/bd0497dee741e92de1cc3eeabb58a82608ed6070
Author: Jacques Fuentes <jpfuentes2(at)gmail(dot)com>
Date: 2017-02-23 (Thu, 23 Feb 2017)

Changed paths:
M docs/documentation/head/replication.md

Log Message:
-----------
Make replication docs use PREFER_QUERY_MODE (#761)

The follow prop must be set:

```
PGProperty.PREFER_QUERY_MODE.set(props, "simple");
```

on a replication connection to create replication slots. The
docs demonstrate this in the full example near the bottom of
the page but not at the top where it shows creating a slot
thru pgjdbc.

fixes #759

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Paquier 2017-02-27 05:43:49 PGSERVICEFILE as a connection string parameter
Previous Message davecramer 2017-02-21 14:08:24 [pgjdbc/pgjdbc]