Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. postgres=# GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO cindex;
  2. GRANT
  3. postgres=# q
  4. localhost:cindex davea$ cindex
  5. psql (9.5.0, server 9.5.1)
  6. Type "help" for help.
  7.  
  8. cindex=> select * FROM crypto_currencies;
  9. ERROR: permission denied for relation crypto_currencies
  10. cindex=>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement