Re: how to properly start postgresql with no TCP listeners in ubuntu 16.04 LTS

From: Alex Morris <alex(dot)morris(at)twelvemountain(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: how to properly start postgresql with no TCP listeners in ubuntu 16.04 LTS
Date: 2019-01-24 02:41:08
Message-ID: 21ae874a-b8f5-a83a-ee4a-205fb61c5704@twelvemountain.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/23/19 19:15, Stephen Frost wrote:
> Greetings,
>
> * Alex Morris (alex(dot)morris(at)twelvemountain(dot)com) wrote:
>> This question may simply be my ignorance of what piece of the systemd /
>> systemctl puzzle needs attention. Any clues are appreciated.
>
> The simplest approach is to just modify the postgresql.conf file in
> /etc/postgresql/9.5/main to update listen_addresses to be ''.
>
> Thanks!
>
> Stephen
>

Thanks for the fast reply. I had tried that earlier with no luck. But
it's working properly now. I must have misspelled listener_addresses or
used incorrect quote marks. My issue is resolved. Joy!

Thanks very much, Stephen!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2019-01-24 07:06:16 Re: how to properly start postgresql with no TCP listeners in ubuntu 16.04 LTS
Previous Message Stephen Frost 2019-01-24 02:15:35 Re: how to properly start postgresql with no TCP listeners in ubuntu 16.04 LTS