Re: pg_hba.conf problem - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: pg_hba.conf problem
Date
Msg-id Pine.LNX.4.44.0311302005010.11144-100000@peter.localdomain
Whole thread Raw
In response to pg_hba.conf problem  (David Nedrow <listbox@nedron.net>)
Responses Re: pg_hba.conf problem  (David Nedrow <listbox@nedron.net>)
List pgsql-general
David Nedrow writes:

> pg_hba.conf
> ===========
>
> local  all      all             ident   sameuser
> host    all         all         127.0.0.1/32          password
>
> command and error
> =================
>
> [root@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@gmx.net


pgsql-general by date:

Previous
From: David Nedrow
Date:
Subject: pg_hba.conf problem
Next
From: Carlos Moreno
Date:
Subject: Upgrading from 7.2.3 to....??