While opening query tool via pgadmin, i am getting this error on popup.
Does any one know why this is happening.
While opening query tool via pgadmin, i am getting this error on popup.
Does any one know why this is happening.
try changing your host connection to "127.0.0.1" instead of "localhost" it worked for me
You might consider that another app is using the socket. Or the postgres pg_hba.conf needs to be modified to allow non-local access.