Re: pg_hba.conf problem

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: David Nedrow <listbox(at)nedron(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_hba.conf problem
Date: 2003-11-30 19:05:53
Message-ID: Pine.LNX.4.44.0311302005010.11144-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(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 Peter Eisentraut 2003-11-30 19:08:29 Re: export FUNC_MAX_ARGS as a read-only GUC variable (was:
Previous Message Tom Lane 2003-11-30 18:56:06 Re: export FUNC_MAX_ARGS as a read-only GUC variable (was: [GENERAL] SELECT Question)