Skip to content

Commit 30eff9b

Browse files
authored
Merge pull request #6852 from EnterpriseDB/matthew123987-patch-3
Update 03_conflict_detection.mdx
2 parents 47d1d1b + 9f499af commit 30eff9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

product_docs/docs/pgd/5.8/conflict-management/conflicts/03_conflict_detection.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PGD provides the option to use row versioning and make conflict detection indepe
6161

6262
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.
6363

64-
- Enable `check_full_tuple` or the PGD node group.
64+
- Enable `check_full_tuple` on the PGD node group.
6565

6666
- Enable `REPLICA IDENTITY FULL` on all tables that use row version conflict detection.
6767

@@ -77,4 +77,4 @@ This approach resembles Lamport timestamps and fully prevents the ABA problem fo
7777

7878
To determine the current conflict detection strategy used for a specific table, refer to the column `conflict_detection` of the view `bdr.tables`.
7979

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

Comments
 (0)