Re: pg_hba.conf Help - Mailing list pgsql-sql

From Poul L. Christiansen
Subject Re: pg_hba.conf Help
Date
Msg-id 392AA4EB.F5955F88@faroenet.fo
Whole thread Raw
In response to pg_hba.conf Help  ("Brian C. Doyle" <doyleb@corp.earthlink.net>)
List pgsql-sql
Open your /var/lib/pgsql/pg_hba.conf (or where ever it is)

Add this line to the bottom of the file:
host    all    IP    netmask    trust

example:
host    all    194.182.235.2    255.255.255.255 trust

This allows only access from the specified IP.

"Brian C. Doyle" wrote:

> Hello all,
>
> How do i set up the pg_hba.conf to allow another domain to access a
> database.  This other domain is not hosted locally either?
>
> Brian C. Doyle
> Coach Team Force
> Earthlink Mindspring Technical Support
> support@mindspring.com



pgsql-sql by date:

Previous
From: "Nikolay Mijaylov"
Date:
Subject: Re: pg_hba.conf Help
Next
From: "Brian C. Doyle"
Date:
Subject: Re: pg_hba.conf Help