FW: reg:conninfo

From: "Andy Shellam" <andy(dot)shellam(at)mailnetwork(dot)co(dot)uk>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: FW: reg:conninfo
Date: 2006-03-20 10:29:54
Message-ID: !&!AAAAAAAAAAAuAAAAAAAAALfqleqaijxJlxu+E5RYF+YBAJaQ0jfg6zBFp7poaER6UCkAAAGy3PcAABAAAABa7pGUZsjMR40BZDZpz2uOAQAAAAA=@mailnetwork.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

If you put localhost in your application, your system (Windows or Linux)
will do a DNS lookup and return the 127.0.0.1 IP - if you put the IP
directly it saves this call.

Check your postgresql.conf file, and look for the listen_interfaces
directive - check it's set to listen_interfaces=*, and not
listen_interfaces=127.0.0.1. This will bind it to any available network
adapter on your system. Then reload PGSQL and try connecting on 10.0.0.205
again.

Andy

Browse pgsql-admin by date

  From Date Subject
Next Message sandhya 2006-03-20 10:29:56 Re: reg:conninfo
Previous Message Andy Shellam 2006-03-20 10:18:27 Re: reg:conninfo