Re: invalid connection type "listen_addresses='*'

From: David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: invalid connection type "listen_addresses='*'
Date: 2014-07-10 22:18:10
Message-ID: 1405030690319-5811192.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Aram Fingal wrote
>>
>> "listen_addresses='*'" parameter doesn't belong in pg_hba.conf
>>
>> This parameter should be in postgresql.conf
>
>
> Thanks. That was really unclear, at least the way I followed the online
> documentation:
>
> http://www.postgresql.org/docs/9.1/static/auth-pg-hba-conf.html
>
> …even after following the link to the listen_addresses parameter.

It is non-specific since it is assumed at this point in the documentation
that you realize ALL "configuration parameters" are defined in postgres.conf
or its includes. The fact the comment is in a note, and links elsewhere,
implicitly reinforces that fact - if it belonged in the pg_hba.conf file its
description would be part of the normal document and not a sidebar.

Admittedly this is all perfectly clear when you actually understand
everything already. While the documentation may be unclear to you
unfortunately you are the only person in a long while to actually post the
complaint to the lists and so its hard to justify figuring out how to make
the documentation clearer. It is equally important not to be redundant,
verbose and/or repetitive. The occasional confusion making its way to the
list it preferred.

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/invalid-connection-type-listen-addresses-tp5811177p5811192.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G Johnston 2014-07-10 22:25:41 Re: invalid connection type "listen_addresses='*'
Previous Message Aram Fingal 2014-07-10 21:10:15 Re: invalid connection type "listen_addresses='*'