Re: Postgres under Windows

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres under Windows
Date: 2005-05-30 14:55:59
Message-ID: 429B297F.5050009@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Danny Gaethofs 2005-05-30 15:06:01 Re: Postgres under Windows
Previous Message Danny Gaethofs 2005-05-30 14:13:14 Postgres under Windows