Re: psql: FATAL: missing or erroneous pg_hba.conf file

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: coolboarderguy(at)gmail(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: psql: FATAL: missing or erroneous pg_hba.conf file
Date: 2006-04-21 14:46:14
Message-ID: 9687.1145630774@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mark Sargent <coolboarderguy(at)gmail(dot)com> writes:
> # TYPE DATABASE USER CIDR-ADDRESS METHOD

> # "local" is for Unix domain socket connections only
> local all trust

That's short one "all": you need type, database, user, method columns
(but no address column for "local").

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Sargent 2006-04-21 14:52:57 Re: psql: FATAL: missing or erroneous pg_hba.conf file
Previous Message Jeff Amiel 2006-04-21 14:43:55 Odd transaction timestamp sequence issue