Re: Simple postgresql.conf wizard

From: "Robert Haas" <robertmhaas(at)gmail(dot)com>
To: "Josh Berkus" <josh(at)agliodbs(dot)com>
Cc: "Greg Smith" <gsmith(at)gregsmith(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Simple postgresql.conf wizard
Date: 2008-11-13 23:08:24
Message-ID: 603c8f070811131508t6e69065cvb743c9361630d5ed@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> listen_addresses = '*'

This doesn't seem like a good thing to autogenerate from a security
perspective. I think we should not attempt to guess the user's
requirements in this area.

> max_fsm_pages = DBsize / PageSize / 8

Isn't this moot for 8.4?

...Robert

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-11-13 23:12:00 Re: array_agg and array_accum (patch)
Previous Message Greg Smith 2008-11-13 23:07:12 Re: Simple postgresql.conf wizard