Last active
December 10, 2015 04:08
-
-
Save yogonza524/33535f55d35e0d01e0a6 to your computer and use it in GitHub Desktop.
This file contains 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
CREATE USER username WITH PASSWORD 'password'; | |
GRANT SELECT, INSERT, UPDATE, DELETE | |
ON ALL TABLES IN SCHEMA public | |
TO user_name; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment