Skip to content

Instantly share code, notes, and snippets.

@Ruhshan
Last active June 27, 2019 14:58
Show Gist options
  • Save Ruhshan/e9ccaf36d35edfa93bb4d843c4ff5f9d to your computer and use it in GitHub Desktop.
Save Ruhshan/e9ccaf36d35edfa93bb4d843c4ff5f9d to your computer and use it in GitHub Desktop.
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