Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. postgres=# create database sample_db
  2.  
  3. postgres=# l
  4. List of databases
  5. Name | Owner | Encoding | Collate | Ctype | Access privileges
  6. -----------+----------+----------+-------------+-------------+-----------------------
  7. postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
  8. sample_db | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
  9. template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
  10. | | | | | postgres=CTc/postgres
  11. template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
  12. | | | | | postgres=CTc/postgres
  13. (4 rows)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement