i want to connect a local remote database
however i am getting a below error message,
ERROR: could not establish connection
DETAIL: FATAL: no pg_hba.conf entry for host "192.168.1. 10", user "postgres", database "postgres", SSL off
kindly please any one can help me
Code:
select dblink('host=192.168.1.2 dbname=postgres user=postgres password=webgis',' select * from test');
ERROR: could not establish connection
DETAIL: FATAL: no pg_hba.conf entry for host "192.168.1. 10", user "postgres", database "postgres", SSL off
kindly please any one can help me
Comment