Update set-role.md

This commit is contained in:
Dan Roscigno 2022-11-14 12:17:31 -05:00 committed by GitHub
parent cacbce059e
commit 4b182e7b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ Purge default roles from a user:
SET DEFAULT ROLE NONE TO user
```
Set all the granted roles as default excepting some of them:
Set all the granted roles as default except for specific roles `role1` and `role2`:
``` sql
SET DEFAULT ROLE ALL EXCEPT role1, role2 TO user