Guest User

Untitled

a guest
Mar 28th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. psql -d psql -d postgresql://user:pass@host:port/dbname more stuff
  2.  
  3. Name my_database1
  4. Hostname=host_to_database
  5. Port=port_to_database
  6. User=username
  7. Pass=password
  8. DBName=dbname
  9. Name my_database2
  10. Hostname=host_to_database2
  11. Port=port_to_database2
  12. User=username2
  13. Pass=password2
  14. DBName=dbname2
Add Comment
Please, Sign In to add comment