Re: odbc access and pg_hba.conf

From: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
To: Steve(dot)Toutant(at)inspq(dot)qc(dot)ca
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: odbc access and pg_hba.conf
Date: 2009-11-19 18:54:06
Message-ID: 396486430911191054v696033a2o2b98e473c40833bc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Thu, Nov 19, 2009 at 10:25 AM, <Steve(dot)Toutant(at)inspq(dot)qc(dot)ca> wrote:

> Here is the content of my pg_hba.conf
> host        all        dba        xxx.xxx.xxx.xxx 255.255.255.0        md5
> host        all        dba        yyy.yyy.yyy.yyy 255.255.254.0        md5

There is one point that may or may not be the cause of your problem.
The pg_hba.conf file can be altered any way you want. But the changes
don't take affect until the PostgreSQL server reload the config files.

--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Steve.Toutant 2009-11-19 18:57:42 Re: odbc access and pg_hba.conf
Previous Message Steve.Toutant 2009-11-19 18:51:54 Re: odbc access and pg_hba.conf