Re: listening on an address other than 'localhost'?

From: Erik Wienhold <ewie(at)ewie(dot)name>
To: "Johnson, Bruce E - (bjohnson)" <Johnson(at)pharmacy(dot)arizona(dot)edu>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: listening on an address other than 'localhost'?
Date: 2023-09-07 07:23:19
Message-ID: 1205028959.55383.1694071399093@office.mailbox.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/09/2023 21:23 CEST Johnson, Bruce E - (bjohnson) <johnson(at)pharmacy(dot)arizona(dot)edu> wrote:

> Sep 6 19:06:01 dhbpostgres postgresql(at)15-main[1538]: 2023-09-06 19:06:01.181 GMT [1543] LOG: syntax error in file "/etc/postgresql/15/main/postgresql.conf" line 63, near token ".206"
>
> #listen_addresses = 10.128.206.109# what IP address(es) to listen on;
> # comma-separated list of addresses;
> # defaults to 'localhost'; use '*' for all
> # (change requires restart)

Put the entire list of addresses in quotes, e.g. 'localhost,10.128.206.109'.

--
Erik

In response to

Browse pgsql-general by date

  From Date Subject
Next Message gzh 2023-09-07 07:45:06 ERROR: stack depth limit exceeded
Previous Message Daniel Gustafsson 2023-09-07 07:22:15 Re: listening on an address other than 'localhost'?