disable ipv6?

From: Jonathan Vanasco <jonathan(at)2xlp(dot)com>
To: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: disable ipv6?
Date: 2016-04-20 01:35:21
Message-ID: 43452F94-8B3B-4025-9949-DCFD4112CEED@2xlp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2016-04-20 01:47:30 Re: Enhancement Request
Previous Message Melvin Davidson 2016-04-20 00:59:47 Re: Enhancement Request