Re: pg_hba.conf change in 7.4

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Seum-Lim Gan <slgan(at)lucent(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_hba.conf change in 7.4
Date: 2003-12-06 16:28:43
Message-ID: 200312061628.hB6GShU10014@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2003-12-06 17:48:23 7.3 --> 7.4 C Functions
Previous Message Bruce Momjian 2003-12-06 16:25:12 Re: pg_hba.conf change in 7.4