From a032f952bd06c1f97523eb60e70bedda98e19e83 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:04:28 +0000 Subject: [PATCH] Fix GRANT ROLE reference Resolve BDR-4128 - "Incorrect statement". --- product_docs/docs/pgd/5/security/pgd-predefined-roles.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/product_docs/docs/pgd/5/security/pgd-predefined-roles.mdx b/product_docs/docs/pgd/5/security/pgd-predefined-roles.mdx index ce4f2643bcd..2ceb0ef914e 100644 --- a/product_docs/docs/pgd/5/security/pgd-predefined-roles.mdx +++ b/product_docs/docs/pgd/5/security/pgd-predefined-roles.mdx @@ -7,9 +7,6 @@ extension is dropped from a database, the roles continue to exist. You need to drop them manually if dropping is required. This practice allows PGD to be used in multiple databases on the same PostgreSQL instance without problem. -The `GRANT ROLE` DDL statement doesn't participate in PGD replication. Thus, -execute this on each node of a cluster. - ### bdr_superuser - ALL PRIVILEGES ON ALL TABLES IN SCHEMA BDR