pglogical - how to use pglogical.conflict_resolution - Mailing list pgsql-hackers

From xujian
Subject pglogical - how to use pglogical.conflict_resolution
Date
Msg-id BAY181-W73CC2BC16BD45F13E89ACA1AE0@phx.gbl
Whole thread Raw
Responses Re: pglogical - how to use pglogical.conflict_resolution
List 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 error
test3=# select pglogical.conflict_resolution('error');
ERROR:  function pglogical.conflict_resolution(unknown) does not exist
LINE 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

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: exposing pg_controldata and pg_config as functions
Next
From: Josh berkus
Date:
Subject: Re: exposing pg_controldata and pg_config as functions