You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: product_docs/docs/pgd/5.8/conflict-management/conflicts/03_conflict_detection.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ PGD provides the option to use row versioning and make conflict detection indepe
61
61
62
62
Row version conflict detection requires that you enable three things. If any of these steps aren't performed correctly then [origin conflict detection](#origin-conflict-detection) is used.
63
63
64
-
- Enable `check_full_tuple`or the PGD node group.
64
+
- Enable `check_full_tuple`on the PGD node group.
65
65
66
66
- Enable `REPLICA IDENTITY FULL` on all tables that use row version conflict detection.
67
67
@@ -77,4 +77,4 @@ This approach resembles Lamport timestamps and fully prevents the ABA problem fo
77
77
78
78
To determine the current conflict detection strategy used for a specific table, refer to the column `conflict_detection` of the view `bdr.tables`.
79
79
80
-
To change the current conflict detection strategy, use [bdr.alter_table_conflict_detection](../../reference/conflict_functions/#bdralter_table_conflict_detection).
80
+
To change the current conflict detection strategy, use [bdr.alter_table_conflict_detection](../../reference/conflict_functions/#bdralter_table_conflict_detection).
0 commit comments