From: | "Campano, Troy" <Troy(dot)Campano(at)LibertyMutual(dot)com> |
---|---|
To: | "Postgres general mailing list" <pgsql-general(at)postgresql(dot)org> |
Subject: | statement-level statistics are disabled error (postgresql.conf) |
Date: | 2004-06-02 13:14:08 |
Message-ID: | 82C3FD729CFA504CA44E7D32BDED411F0A2EF4A2@lm-exmsg-07.lm.lmig.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Do you know what I did wrong?
I'm trying to enable some logging features in postgresql.conf, but now I
get this message when I try to connect to the postgresql server...
WARNING: statement-level statistics are disabled because parser,
planner, or executor statistics are on
psql: FATAL: invalid cache id: 30
These are some of the features I've turned on:
#-----------------------------------------------------------------------
----
# RUNTIME STATISTICS
#-----------------------------------------------------------------------
----
# - Statistics Monitoring -
log_parser_stats = true
log_planner_stats = true
log_executor_stats = true
log_statement_stats = true
# - Query/Index Statistics Collector -
stats_start_collector = true
stats_command_string = true
stats_block_level = true
stats_row_level = true
stats_reset_on_server_start = true
thank you!
Troy Campano
From | Date | Subject | |
---|---|---|---|
Next Message | Clodoaldo Pinto Neto | 2004-06-02 13:25:48 | Re: ORDER BY with plpgsql parameter |
Previous Message | Shridhar Daithankar | 2004-06-02 12:36:14 | Re: Securing a db app - RFC |