Re: [PERFORM] How to Run a pg_stats Query

2007-05-15 Thread Alvaro Herrera
Y Sidhu escribió: > I turned on all the stats in the conf file (below) and restarted the server. > Question is, what's the name of the database and how do I run a simple > select query? > > stats_start_collector = true > stats_command_string = true > stats_block_level = true > stats_row_level = tr

[PERFORM] How to Run a pg_stats Query

2007-05-15 Thread Y Sidhu
I turned on all the stats in the conf file (below) and restarted the server. Question is, what's the name of the database and how do I run a simple select query? stats_start_collector = true stats_command_string = true stats_block_level = true stats_row_level = true stats_reset_on_server_start =