Advertisement
Guest User

Untitled

a guest
Jun 4th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. postgres=# \du
  2. List of roles
  3. Role name | Attributes | Member of
  4. -----------+------------------------------------------------+-----------
  5. [...]
  6. bucardo | Superuser | {}
  7. [...]
  8.  
  9. postgres=# \l
  10. List of databases
  11. Name | Owner | Encoding | Collate | Ctype | Access privileges
  12. -----------+----------+-----------+-------------+-------------+-----------------------
  13. baculadir | postgres | SQL_ASCII | en_GB.UTF-8 | en_GB.UTF-8 | =Tc/postgres +
  14. | | | | | postgres=CTc/postgres+
  15. | | | | | bucardo=CTc/postgres
  16. bucardo | bucardo | UTF8 | en_GB.UTF-8 | en_GB.UTF-8 | =Tc/bucardo +
  17. | | | | | bucardo=CTc/bucardo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement