patch to slightly improve clarity of a comment in postgresql.conf.sample
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
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
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
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