Re: Simple postgresql.conf wizard - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Simple postgresql.conf wizard
Date
Msg-id 603c8f070811131508t6e69065cvb743c9361630d5ed@mail.gmail.com
Whole thread Raw
In response to Re: Simple postgresql.conf wizard  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Simple postgresql.conf wizard  (Greg Smith <gsmith@gregsmith.com>)
List 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


pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: Simple postgresql.conf wizard
Next
From: Tom Lane
Date:
Subject: Re: array_agg and array_accum (patch)