Re: Pg_dumpall problem[2] - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Pg_dumpall problem[2]
Date
Msg-id 20030206212303.GD21780@wolff.to
Whole thread Raw
In response to Pg_dumpall problem[2]  (James Hall <James.Hall@RadioShack.com>)
List pgsql-general
On Thu, Feb 06, 2003 at 10:04:49 -0600,
  James Hall <James.Hall@RadioShack.com> wrote:
> Since there were no replies to this, I did some testing w/pg_hba.conf since
> I thought the problem might be there. I now have a question about
> pg_hba.conf.
>
> I need pg_hba.conf to allow local connections [via telnet for example] to
> the database without requesting a password, but to request a password for
> clients connecting via the web based front end. All clients are on the
> 172.X.X.X ip range.
>
> My current pg_hba.conf shows:
> Local        all       password
> Host         all       172.0.0.0    255.255.255.255    password

If supported by your OS use:
local all ident sameuser

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_temp schemas
Next
From: Bruno Wolff III
Date:
Subject: Re: Question: unique on multiple columns