Re: pg_hba.conf change in 7.4 - Mailing list pgsql-general

From Bruce Momjian
Subject Re: pg_hba.conf change in 7.4
Date
Msg-id 200312061628.hB6GShU10014@candle.pha.pa.us
Whole thread Raw
In response to Re: pg_hba.conf change in 7.4  (Seum-Lim Gan <slgan@lucent.com>)
Responses Re: pg_hba.conf change in 7.4
List pgsql-general
Seum-Lim Gan wrote:
> Hi Bruce,
>
> I wonder if there is any recommendation to this ?
> Is there a way to configure PostgreSQL to not use
> IPv6 ?

One idea is to edit include/pg_config.h and comment out HAVE_IPV6 and
recompile and see if it works.  That will disable the postmaster from
listening on IPv6.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_hba.conf change in 7.4
Next
From: "Nigel J. Andrews"
Date:
Subject: 7.3 --> 7.4 C Functions