Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. lucas in labcodes_challenge-master/project on  trial [✘!+?]
  2. ❯ sudo su - postgres
  3. postgres@avell:~$ \l
  4. l: command not found
  5. postgres@avell:~$ psql
  6. psql (11.5 (Ubuntu 11.5-0ubuntu0.19.04.1))
  7. Type "help" for help.
  8.  
  9. postgres=# \l
  10. List of databases
  11. Name | Owner | Encoding | Collate | Ctype | Access privileges
  12. --------------------+----------+----------+-------------+-------------+-----------------------
  13. labcodes_challenge | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =Tc/postgres +
  14. | | | | | postgres=CTc/postgres+
  15. | | | | | padmin=CTc/postgres
  16. postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
  17. template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
  18. | | | | | postgres=CTc/postgres
  19. template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
  20. | | | | | postgres=CTc/postgres
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement