Re: Postgres under Windows - Mailing list pgsql-general

From Danny Gaethofs
Subject Re: Postgres under Windows
Date
Msg-id 20050530150601.82155.qmail@web54702.mail.yahoo.com
Whole thread Raw
In response to Postgres under Windows  (Danny Gaethofs <dgaethofs@yahoo.com>)
List pgsql-general
Tony,

I tried your suggestion but it is not helping me out.

Restarting the server is not helping either.

What I tried next is create the database in pgadminiii
and assign my userid as the owner.

But that is not working either. So I have run out of
options.

regards,
Danny

--- Tony Caduto <tony_caduto@amsoftwaredesign.com>
wrote:
> 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
> >
> >
> >
> >
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>



__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/

pgsql-general by date:

Previous
From: Tony Caduto
Date:
Subject: Re: Postgres under Windows
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: DBD::Pg for ActiveState Perl on WinXP