Re: error in start a Data base - Mailing list pgsql-admin

From Michael Fuhr
Subject Re: error in start a Data base
Date
Msg-id 20050107191658.GA90859@winnie.fuhr.org
Whole thread Raw
In response to error in start a Data base  ("Miguel Angel Mejia Argueta" <miguelm@helio.dgsca.unam.mx>)
List pgsql-admin
On Fri, Jan 07, 2005 at 11:47:01AM -0600, Miguel Angel Mejia Argueta wrote:

> psql: FATAL 1:  Missing or erroneous pg_hba.conf file, see postmaster log
> for details
>
> And my pg_hba.conf file this the next
>
> # host       template1   192.168.12.10 255.255.255.255    md5
>
> local    MyDatabase     127.0.0.1     255.255.255.0     password pass/pg_ltx

See the "Client Authentication" chapter in the PostgreSQL documentation
and the comments at the beginning of pg_hba.conf.  They describe the
format of the lines in that file.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-admin by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: how to grant select on table using trigger
Next
From: Michael Fuhr
Date:
Subject: Re: how to grant select on table using trigger