Skip to content

Commit f8ef797

Browse files
committed
Fix docs so it's clear that track_commit_timestamp is to be used with 9.5+
ony and not with earlier 9.4 versions of postgres
1 parent 5597dd9 commit f8ef797

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ decoding:
6767
max_replication_slots = 10 # one per node needed on provider node
6868
max_wal_senders = 10 # one per node needed on provider node
6969
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+
7075
track_commit_timestamp = on # needed for last/first update wins conflict resolution
7176
# property available in PostgreSQL 9.5+
7277

0 commit comments

Comments
 (0)