Re: Accessing Linux Postgre Server from windows client

From: jseymour(at)LinxNet(dot)com (Jim Seymour)
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Accessing Linux Postgre Server from windows client
Date: 2004-03-31 00:24:19
Message-ID: 20040331002419.C5D9C4307@jimsun.LinxNet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


"Eduardo Sachwek Fontanetti" <dufuzzy(at)yahoo(dot)com(dot)br> wrote:
>
> How can I do it? I really can't, something is not working and when I
> try to connect to the postgreSQL server Linux machine from the PgAdmin
> III, it says me that cant connect, and say me to check the port
> (5432).
>
> What may be wrong?

Check the pg_hba.conf file in your PGDATA directory. Note that it, in
turn, refers you to a setting in postgresql.conf.

Note also that, as the notes in pg_hba.conf say, you must either SIGHUP
postmaster or do a pg_ctl reload after modifying these files.

Jim

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Sam Barnett-Cormack 2004-03-31 00:27:08 Re: Accessing Linux Postgre Server from windows client
Previous Message Eduardo Sachwek Fontanetti 2004-03-31 00:08:40 Accessing Linux Postgre Server from windows client