2

I am using postgresql 9.6 and pgAdmin 4. I want to connect remote database in pgAdmin but getting this error. I have done my R&d but get two things to add in my config file.

listen_addresses = '*'

host all all 0.0.0.0/0 md5.

Done these both lines but still not working.

Maha Dev
  • 3,915
  • 2
  • 31
  • 50

1 Answers1

1

pgAdmin4 do not support PG9.1, it supports PG9.2 & onwards

Murtuza Z
  • 5,639
  • 1
  • 28
  • 52