vpicavet / docker-pggis

Docker image for GIS-enabled PostgreSQL
GNU General Public License v2.0
56 stars 21 forks source link

unable to log in to psql #3

Closed jqtrde closed 9 years ago

jqtrde commented 10 years ago

Getting the following when I try to log in with psql -h localhost -p 49153 -d pggis -U pggis --password

➜  ~  psql -h localhost -p 49153 -d pggis -U pggis --password
Password for user pggis:
psql: #

Am I dropping out of the psql client, or am I entering a password incorrectly?

vpicavet commented 10 years ago

You seem to be logged in with psql. Can you type in some queries ? What is your environment ? If you have some trouble connecting, this may be linked to #2