Created
January 9, 2015 01:30
-
-
Save yujihamaguchi/4e107ec6998b8f30e5b9 to your computer and use it in GitHub Desktop.
[Redshift] ユーザが削除できない時に試す処置
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REVOKE ALL ON DATABASE {db name} FROM {user id} CASCADE; | |
| REVOKE ALL ON SCHEMA {schema name 1} FROM {user id} CASCADE; | |
| REVOKE ALL ON SCHEMA {schema name 2} FROM {user id} CASCADE; | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment