PostgreSQL peer authentication not working
When I'm trying to connect without specifying the host, username and password (which normally lets me log in via the peer authentication), I get the error that I failed the password authentication.
Did this work for you? https://github.com/brianc/node-postgres/issues/613#issuecomment-127659851
It kinda did, I connected but every time I try to query a table (e. g. SELECT * FROM "sqerp_development"."public"."offices" LIMIT 1000) I get an error: Cross-database references are not implemented.
I run PostgreSQL 9.4 on an Ubuntu Linux 14.04 machine.
What happen if you select the database as default in the contextual menu?