Skip to content

Commit

Permalink
Update product_docs/docs/pgd/5/consistency/column-level-conflicts.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Babadzhanian <[email protected]>
  • Loading branch information
djw-m and pgnickb committed Apr 16, 2024
1 parent 86efc21 commit f24439d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Column-level conflict resolution requires the table to have `REPLICA IDENTITY FU
## Enabling and disabling column-level conflict resolution

!!! Note Permissions Required
Column level conflict detection uses the `column_timestamp` type. This requires the user to have have at least the [bdr_application](security/pgd-predefined-roles/#bdr_application) role assigned to them.
Column level conflict detection uses the `column_timestamps` type. This requires the user to have have at least the [bdr_application](security/pgd-predefined-roles/#bdr_application) role assigned to them.
!!!

The [bdr.alter_table_conflict_detection()](conflicts#bdralter_table_conflict_detection) function manages column-level conflict resolution.
Expand Down

0 comments on commit f24439d

Please sign in to comment.