Advertisement
Guest User

Untitled

a guest
Mar 17th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. List of databases
  2. Name | Owner | Encoding | Collate | Ctype | Access privileges
  3. -----------+----------+----------+-------------+-------------+-----------------------
  4. acc_bball | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
  5.  
  6. connection *C = new connection("dbname=acc_bball user=postgres password=passw0rd");
  7.  
  8. FATAL: database "acc_bball" does not exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement