Hello Again,<br /><br />Using dblink and now am facing a fatal error while tryinf to execute dblink_connect as
follows:<br/><br />SELECT *<br />FROM dblink_connect('host=127.0.0.1 port=5432 dbname=postgres password=test')<br /><br
/>ERROR: could not establish connection<br />DETAIL: FATAL: password authentication failed for user "NETWORK
SERVICE"<br/><br />What this error is related to? Do I need to modify pg_hba.conf file by any chance?<br />
Regards...<br/>