SQL Error [08001] when trying to connect to local postgresql with dblink_connect. psql connects fine with the same url – Docker
I got strange behavior from dblink_connect. I run my postgresql's servers using docker, mapped 5432 to localhost:5433. When I am connecting to it using psql everything is fine $ psql 'postgresql://pguser:pgpass@localhost:5433/mt5?sslmode=disable' psql (14.4, server 10.22) But when I connect to…