Re: Postgres under Windows - Mailing list pgsql-general

From Tony Caduto
Subject Re: Postgres under Windows
Date
Msg-id 429B297F.5050009@amsoftwaredesign.com
Whole thread Raw
In response to Postgres under Windows  (Danny Gaethofs <dgaethofs@yahoo.com>)
List pgsql-general
Did you restart the service?

Did you change the postgresql.conf file to listen on tcp/ip all addresses?
listen_addresses = '*'

>
>After that I made some changes to the pg_hba.conf file
>and changed the method
>host    all         all         127.0.0.1/32   md5
>
>INTO
>host    all         all         127.0.0.1/32   trust
>
>
>
>



pgsql-general by date:

Previous
From: Danny Gaethofs
Date:
Subject: Postgres under Windows
Next
From: Danny Gaethofs
Date:
Subject: Re: Postgres under Windows