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


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to