skip to Main Content

I can't connect to my postgres database on Docker from Intellij – Debian

I'm doing the same steps as described in: https://medium.com/better-programming/connect-from-local-machine-to-postgresql-docker-container-f785f00461a7 but when I try to connect to my postgres (with password mysecretpassword) from Intellij I get the following error: The specified database user/password combination is rejected: [28P01] FATAL: password authentication failed…

VIEW QUESTION

How to use or install oid2name? – CentOS

As referenced here: https://postgreshelp.com/postgresql-checkpoint And in the pg docs https://www.postgresql.org/docs/9.5/contrib-prog.html => https://www.postgresql.org/docs/9.5/contrib-prog-client.html => https://www.postgresql.org/docs/9.5/oid2name.html it appears to be something to do with contrib. I am running server version 9.5.20 psql version 8.4.20 on centos 6.7 I have installed (I think)…

VIEW QUESTION
Back To Top
Search