Re: disable ipv6?

From: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: disable ipv6?
Date: 2016-04-21 21:27:34
Message-ID: 571945C6.8010604@archidevsys.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 20/04/16 13:35, Jonathan Vanasco wrote:
> I'm running postgresql on ubuntu. the 9.4 branch from postgresql.org
>
> I think the only way to disable ipv6 is to edit postgresql.conf and explicitly state localhost in ipv4 as follows
>
> - listen_addresses = 'localhost'
> + listen_addresses = '127.0.0.1'
>
> can anyone confirm?
>
>
>
>
Curious, why do you want to disable IPv6 for local access?

Cheers,
Gavin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-04-21 21:31:46 Re: disable ipv6?
Previous Message Adrian Klaver 2016-04-21 20:56:59 Re: Update field to a column from another table