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/