Re: error in start a Data base

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Miguel Angel Mejia Argueta <miguelm(at)helio(dot)dgsca(dot)unam(dot)mx>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: error in start a Data base
Date: 2005-01-07 19:16:58
Message-ID: 20050107191658.GA90859@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Fuhr 2005-01-08 16:06:16 Re: how to grant select on table using trigger
Previous Message Michael Fuhr 2005-01-07 18:05:01 Re: how to grant select on table using trigger