patch to slightly improve clarity of a comment in postgresql.conf.sample

Started by Dougal Sutherlandover 14 years ago4 messageshackers
Jump to latest
#1Dougal Sutherland
dougal@gmail.com

The attached change to postgresql.conf.sample makes it more clear at a
glance that the default value of listen_addresses is 'localhost', not
'localhost, *'. This would have saved a friend an hour or two of fiddling
tonight.

Thanks,
Dougal

Attachments:

doc-clarity.patchapplication/octet-stream; name=doc-clarity.patchDownload+1-1
#2Robert Haas
robertmhaas@gmail.com
In reply to: Dougal Sutherland (#1)
Re: patch to slightly improve clarity of a comment in postgresql.conf.sample

On Wed, Aug 24, 2011 at 7:33 AM, Dougal Sutherland <dougal@gmail.com> wrote:

The attached change to postgresql.conf.sample makes it more clear at a
glance that the default value of listen_addresses is 'localhost', not
'localhost, *'. This would have saved a friend an hour or two of fiddling
tonight.

How about:

# defaults to 'localhost'; use '*' for all

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

#3Dougal Sutherland
dougal@gmail.com
In reply to: Robert Haas (#2)
Re: patch to slightly improve clarity of a comment in postgresql.conf.sample

Sure, I like that more.

On Thu, Aug 25, 2011 at 9:29 AM, Robert Haas <robertmhaas@gmail.com> wrote:

Show quoted text

On Wed, Aug 24, 2011 at 7:33 AM, Dougal Sutherland <dougal@gmail.com>
wrote:

The attached change to postgresql.conf.sample makes it more clear at a
glance that the default value of listen_addresses is 'localhost', not
'localhost, *'. This would have saved a friend an hour or two of fiddling
tonight.

How about:

# defaults to 'localhost'; use '*' for all

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

#4Robert Haas
robertmhaas@gmail.com
In reply to: Dougal Sutherland (#3)
Re: patch to slightly improve clarity of a comment in postgresql.conf.sample

On Thu, Aug 25, 2011 at 9:30 AM, Dougal Sutherland <dougal@gmail.com> wrote:

Sure, I like that more.

OK, done.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company