Re: monitor stats - Mailing list pgsql-general

From Diego Fernando Arce
Subject Re: monitor stats
Date
Msg-id ee70f9810705291503s49f83f1fve98dc8332a42812e@mail.gmail.com
Whole thread Raw
In response to monitor stats  ("Diego Fernando Arce" <diegof.hykova@gmail.com>)
Responses Re: monitor stats
List pgsql-general
this is a part of postgrsql.conf
 

log_statement = 'all'                   # none, mod, ddl, all
#log_hostname = off


#---------------------------------------------------------------------------
# RUNTIME STATISTICS
#---------------------------------------------------------------------------

# - Statistics Monitoring -

#log_parser_stats = off
#log_planner_stats = off
#log_executor_stats = off
#log_statement_stats = off

# - Query/Index Statistics Collector -

stats_start_collector = on
stats_command_string = on
#stats_block_level = off
#stats_row_level = off
#stats_reset_on_server_start = off

 
 
in 8.1.6 and 8.1.4 it works

 


 
On 5/29/07, Shoaib Mir <shoaibmir@gmail.com> wrote:
Did you try doing "log_statements = all" in your postgresql.conf file?

--
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)


On 5/29/07, Diego Fernando Arce <diegof.hykova@gmail.com > wrote:
hello, I have a question, does not work monitor stats in postgres 8.1.8
 
I cannot see querys in execution
 
help me please..........
 
DiegoF


pgsql-general by date:

Previous
From: "Diego Fernando Arce"
Date:
Subject: monitor stats
Next
From: "Shoaib Mir"
Date:
Subject: Re: monitor stats