Re: 'no pg_hba.conf entry for host "[local]", user "postgres", database "postgres"'... - Mailing list pgsql-general

From Scott Marlowe
Subject Re: 'no pg_hba.conf entry for host "[local]", user "postgres", database "postgres"'...
Date
Msg-id dcc563d10904131354m41ce3915hb1c295dfe0768992@mail.gmail.com
Whole thread Raw
In response to 'no pg_hba.conf entry for host "[local]", user "postgres", database "postgres"'...  (Kynn Jones <kynnjo@gmail.com>)
Responses Re: 'no pg_hba.conf entry for host "[local]", user "postgres", database "postgres"'...
List pgsql-general
On Mon, Apr 13, 2009 at 2:01 PM, Kynn Jones <kynnjo@gmail.com> wrote:
> When I try to run
> % psql
> as the postgres user, I get the error
> psql: FATAL:  no pg_hba.conf entry for host "[local]", user "postgres",
> database "postgres", SSL off
>
> I don't understand this error, since the pg_hba.conf file includes the line:
> local all all ident sameuser
> What could explain this behavior?

What do all the lines look like together?

pgsql-general by date:

Previous
From: Jeff Davis
Date:
Subject: Re: In memory Database for postgres
Next
From: Paul Wehr
Date:
Subject: BUMP: Using foreign key constraint to eliminate unnecessary joins in view