Last active
June 27, 2019 14:58
-
-
Save Ruhshan/e9ccaf36d35edfa93bb4d843c4ff5f9d to your computer and use it in GitHub Desktop.
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
create database cibling_db; | |
CREATE USER cblinguser WITH PASSWORD 'cblinguser456789'; | |
ALTER ROLE cblinguser SET client_encoding TO 'utf8'; | |
ALTER ROLE cblinguser SET default_transaction_isolation TO 'read committed'; | |
ALTER ROLE cblinguser SET timezone TO 'UTC'; | |
GRANT ALL PRIVILEGES ON DATABASE cibling_db TO cblinguser; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment