Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. List of databases
  2. Name | Owner | Encoding | Collate | Ctype | Access privileges
  3.  
  4. -----------+----------+----------+-------------+-------------+---------------------
  5. --
  6. postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
  7. template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres
  8. +
  9. | | | | | postgres=CTc/postgre
  10. s
  11. template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres
  12. +
  13. | | | | | postgres=CTc/postgre
  14. s
  15. (3 rows)
  16.  
  17. postgres=# \dg
  18. List of roles
  19. Role name | Attributes
  20. | Member of
  21. ----------------------+------------------------------------------------------------
  22. +-----------
  23. postgres | Superuser, Create role, Create DB, Replication, Bypass RLS
  24. | {}
  25. sergey | No inheritance, Create DB
  26. | {}
  27. username_for_azbuker | Create DB, Replication +
  28. | {}
  29. | 10 connections
  30. |
  31.  
  32. postgres=# \q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement