Re: pg_hba.conf

From: <LSanchez(at)ameritrade(dot)com>
To: <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <xzilla(at)users(dot)sourceforge(dot)net>, <mike(at)thegodshalls(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pg_hba.conf
Date: 2004-05-25 18:54:51
Message-ID: 2898C2526ECBEB448D434BA1F3027909034D978E@scsdcmail1.ameritrade.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Um, I restarted postmaster so many times already after I made the entry
and this is the only pg_hba.conf file in our server (you're right,
$PGDATA/pg_hba.conf). It's a brand new server that had just been built.

Have you tried connecting to your pgSQL server via VPN?

Thanks!

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Tuesday, May 25, 2004 2:51 PM
To: LSanchez(at)ameritrade(dot)com
Cc: xzilla(at)users(dot)sourceforge(dot)net; mike(at)thegodshalls(dot)com;
pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] pg_hba.conf

<LSanchez(at)ameritrade(dot)com> writes:
> Here it is....

> host all all 10.29.15.0 255.255.255.0 trust

That line certainly ought to match your connection. I think this has
got to be pilot error: either you didn't SIGHUP the postmaster or you
are editing the wrong copy of the file. (The right copy is
$PGDATA/pg_hba.conf.)

regards, tom lane

Browse pgsql-admin by date

  From Date Subject
Next Message Campano, Troy 2004-05-25 19:05:27 Database Size Limiting
Previous Message Tom Lane 2004-05-25 18:51:26 Re: pg_hba.conf