Postgresl

Login to a remote Postgresl Database

psql -h 10.10.10.10 -U postgres

Default creds: 
postgresl:postgresl

\list : Shows you a list of databases. 

Last updated