Re: zero values in statistic views

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: poppcorn(at)cornelia-boenigk(dot)de
Cc: Liste pg_general <pgsql-general(at)postgresql(dot)org>
Subject: Re: zero values in statistic views
Date: 2006-11-10 02:20:32
Message-ID: 14775.1163125232@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Cornelia Boenigk <poppcorn(at)cornelia-boenigk(dot)de> writes:
> stats_row_level and stats_block_level are disabled in postgresql.conf.
> I used the SET command to activate them.

That's not going to accomplish a lot --- it'll only cause the session
you did the SET in to report to the stats collector. You need to change
them in postgresql.conf and SIGHUP the postmaster so that they'll take
effect in all sessions.

>>> If it's not running, look in the postmaster log right after
>>> restarting the postmaster; there may be a message there about why
>>> not.

> I cannot restart the postmaster, it is a production server.

[ shrug... ] If the stats collector isn't running, you aren't going to
get it to run without a postmaster restart. But you didn't say what
the ps output showed.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Cornelia Boenigk 2006-11-10 02:36:54 Re: zero values in statistic views
Previous Message Cornelia Boenigk 2006-11-10 02:13:35 Re: zero values in statistic views