Step 1: Open pg_hba.conf using Notepad. See the 3rd line from the bottom, it looks like this
host all all 127.0.0.1/32 md5
change it to
host all all 0.0.0.0/0 trust
Save pg_hba.conf with the mentioned changes
Step 2: Your postgresql.conf file is fine. It needs no editing
Step 3: Restart your postgresql service (Start->Control Panel->Administrative Tools-> Services)
Also, while running the Create Library tool, make sure that the port is 5433 and not 5432. I saw this in your postgresql.conf
Regards
NewGenLib Open Source Support Team
On Wed, 31 Oct 2012 09:59:48 +0530, ashoksatapathy [via NewGenLib] <
[hidden email]> wrote:
Please find attached both pg_hba.conf and postgresql.conf files. Version is 3.0.4
R1.pg_hba.conf
&
postgresql.conf