add the following to pg_hba.conf
hostall all 192.0.0.0/8 md5
this will let every PC on you network access the PC
or you could add one entry for each host you would like to have access
hostall all 192.0.0.101/32 md5
hostall all
--- [EMAIL PROTECTED] wrote:
> I just installed the windows postgresql on one of
> the five machines in our office, which happens to be
> 192.0.0.9 according to ipconfig. I have installed
> pg explorer on another machine which happens to be
> 192.0.0.101 What changes do I have to make
>
I just installed the windows postgresql on one of the five machines in our office, which happens to be 192.0.0.9 according to ipconfig. I have installed pg explorer on another machine which happens to be 192.0.0.101 What changes do I have to make in the various .conf files for the postgre