Skip to content

Commit

Permalink
Fix GRANT ROLE reference
Browse files Browse the repository at this point in the history
Resolve BDR-4128 - "Incorrect statement".
  • Loading branch information
djw-m authored Dec 5, 2023
1 parent 94749da commit a032f95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions product_docs/docs/pgd/5/security/pgd-predefined-roles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a032f95

Please sign in to comment.