Re: pg_hba.conf problem

From: David Nedrow <listbox(at)nedron(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_hba.conf problem
Date: 2003-11-30 23:10:08
Message-ID: 57508880-238A-11D8-BB06-003065B331C2@nedron.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Peter,

Note that I've also tried the following straight for the original
pg_hba.conf file itself. No luck.

# TYPE DATABASE USER IP-ADDRESS IP-MASK
METHOD

host all all 127.0.0.1 255.255.255.255
password

On Nov 30, 2003, at 14:05, Peter Eisentraut wrote:

> David Nedrow writes:
>
>> pg_hba.conf
>> ===========
>>
>> local all all ident sameuser
>> host all all 127.0.0.1/32 password
>>
>> command and error
>> =================
>>
>> [root(at)netfinity root]# psql mail -U mail -W -h 127.0.0.1 <
>> /var/www/html/web-cyradm-0.5.3-1/scripts/create_pgsql.sql
>> Password: *********
>> psql: FATAL: No pg_hba.conf entry for host 127.0.0.1, user mail,
>> database mail
>
> The syntax x.x.x.x/y is only supported in 7.4, but you appear to be
> using
> something older than 7.4.
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2003-11-30 23:32:06 Re: pg_hba.conf problem
Previous Message Alex Satrapa 2003-11-30 22:38:06 Re: Was: Triggers, Stored Procedures, PHP