Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. postgres=# create role myuser;
  2. CREATE ROLE
  3. postgres=# GRANT rails TO myuser;
  4. GRANT ROLE
  5.  
  6. myuser@myproject:~$ psql mydb_production
  7. psql: FATAL: role "myuser" is not permitted to log in
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement