pglogical - how to use pglogical.conflict_resolution

From: xujian <jamesxu(at)outlook(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: pglogical - how to use pglogical.conflict_resolution
Date: 2016-02-17 23:30:35
Message-ID: BAY181-W73CC2BC16BD45F13E89ACA1AE0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello, I setup the logical replication with pglogical on pg95, it works fine, however, I want to set the conflict resolution according to the document below=====================The configuration of the conflicts resolver is done via the`pglogical.conflict_resolution` setting. The supported values for the`pglogical.conflict_resolution` are:
- `error` - the replication will stop on error if conflict is detected and manual action is needed for resolving======================
I got errortest3=# select pglogical.conflict_resolution('error');ERROR: function pglogical.conflict_resolution(unknown) does not existLINE 1: select pglogical.conflict_resolution('error');
Does anyone know how to use the function pglogical.conflict_resolution? I googled , but didn't find anything value.
Thanks.
James

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh berkus 2016-02-17 23:34:15 Re: exposing pg_controldata and pg_config as functions
Previous Message Tom Lane 2016-02-17 23:02:38 Re: exposing pg_controldata and pg_config as functions