Re: [GENERAL] No pg_hba.conf entry ??? - Mailing list pgsql-general

From Jim Mercer
Subject Re: [GENERAL] No pg_hba.conf entry ???
Date
Msg-id 20000221115555.O365@reptiles.org
Whole thread Raw
In response to No pg_hba.conf entry ???  ("Paulo Parola" <pgsql@brazilinfo.com>)
List pgsql-general
On Mon, Feb 21, 2000 at 02:01:58PM -0300, Paulo Parola wrote:
> host         all         127.0.0.1     255.255.255.255   trust
>
> Why connection works for the old server and not for the new one???

i suspect you need an entry like:

host         all         xxx.xxx.xxx.xxx     255.255.255.255   trust

where xxx.xxx.xxx.xxx is the ip address of the server running the scripts.

--
[ Jim Mercer                 jim@reptiles.org              +1 416 506-0654 ]
[          Reptilian Research -- Longer Life through Colder Blood          ]
[  Don't be fooled by cheap Finnish imitations; BSD is the One True Code.  ]

pgsql-general by date:

Previous
From: Peter Landis
Date:
Subject: Date insert in table?
Next
From: Jim Mercer
Date:
Subject: Re: [GENERAL] No pg_hba.conf entry ???