Re: postgresql.conf value need advice - Mailing list pgsql-general

From Ragnar Hafstað
Subject Re: postgresql.conf value need advice
Date
Msg-id 1123092351.19874.70.camel@localhost.localdomain
Whole thread Raw
In response to postgresql.conf value need advice  (marcelo Cortez <jmdc_marcelo@yahoo.com.ar>)
List pgsql-general
On Wed, 2005-08-03 at 13:30 -0300, marcelo Cortez wrote:
> folks
>
>   what is preferible value for
> stats_reset_on_server_start ?

depends on whether you want stats to be accumulated for longer periods
than between restarts. I imagine that 'on' is what most people need.

in any case, you can reset stats with the function pg_stat_reset()

> what is default value?
the default is 'on'

see
http://www.postgresql.org/docs/8.0/static/runtime-config.html#RUNTIME-CONFIG-STATISTICS

gnari



pgsql-general by date:

Previous
From: Peter Fein
Date:
Subject: Re: Note on scalar subquery syntax
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Note on scalar subquery syntax