diff --git a/product_docs/docs/pgd/5/consistency/crdt.mdx b/product_docs/docs/pgd/5/consistency/crdt.mdx index 26c228388d1..fb155df4f00 100644 --- a/product_docs/docs/pgd/5/consistency/crdt.mdx +++ b/product_docs/docs/pgd/5/consistency/crdt.mdx @@ -8,7 +8,7 @@ redirects: Conflict-free replicated data types (CRDT) support merging values from concurrently modified rows instead of discarding one of the rows as traditional resolution does. !!! Note Permissions Required -PGD CRDT require execute access to CRDT types, therefore a user must have at least the [bdr_application](security/pgd-predefined-roles/#bdr_application) role assigned to them. +PGD CRDT require usage access to CRDT types, therefore a user must have at least the [bdr_application](security/pgd-predefined-roles/#bdr_application) role assigned to them. !!! Each CRDT type is implemented as a separate PostgreSQL data type with an extra callback added to the `bdr.crdt_handlers` catalog. The merge process happens inside the PGD writer on the apply side without any user