We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5597dd9 commit f8ef797Copy full SHA for f8ef797
README.md
@@ -67,6 +67,11 @@ decoding:
67
max_replication_slots = 10 # one per node needed on provider node
68
max_wal_senders = 10 # one per node needed on provider node
69
shared_preload_libraries = 'pglogical'
70
+
71
+If you are using PostgreSQL 9.5+ (this won't work on 9.4) and want to handle
72
+conflict resolution with last/first update wins (see [Conflicts](#conflicts)),
73
+you can add this additional option to postgresql.conf:
74
75
track_commit_timestamp = on # needed for last/first update wins conflict resolution
76
# property available in PostgreSQL 9.5+
77
0 commit comments