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

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: 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 07:06:16
Message-ID: 3b88e4e2-2282-707a-a126-e1e58e151b62@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/23/19 8:41 PM, Alex Morris wrote:
> 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!

Note that Postgres has a repository for Ubuntu.  From there, you can install
9.6, 10 and 11.

https://www.postgresql.org/download/linux/ubuntu/

--
Angular momentum makes the world go 'round.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message ramsiddu007 2019-01-24 08:54:49 Get attributes names
Previous Message Alex Morris 2019-01-24 02:41:08 Re: how to properly start postgresql with no TCP listeners in ubuntu 16.04 LTS