From: Robert Treat Date: Wed, 20 Mar 2013 17:55:52 +0000 (-0400) Subject: reword information around statistics collector. based on bug report SF #3602305 X-Git-Tag: REL_7-12-1~33^2~40 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=0b6b43700c56572351a0fa584c346d23eed186b0;p=phppgadmin.git reword information around statistics collector. based on bug report SF #3602305 --- diff --git a/INSTALL b/INSTALL index ac3e9071..0375b3ae 100644 --- a/INSTALL +++ b/INSTALL @@ -43,15 +43,14 @@ phpPgAdmin Installation Guide Lastly, if you run phpPgAdmin in safe mode, very long running imports, exports and transactions may time out and be aborted. -4. Enable the statistics collector in PostgreSQL. phpPgAdmin will display - table and index performance and usage statistics if you have enabled the - PostgreSQL statistics collector. To enable the collector, uncomment the - following lines in your postgresql.conf and enable them: - - stats_start_collector = true - stats_command_string = true - stats_block_level = true - stats_row_level = true +4. Ensure the statistics collector is enabled in PostgreSQL. phpPgAdmin will + display table, index performance, and usage statistics if you have enabled + the PostgreSQL statistics collector. While this is normally enabled by + default, to ensure it is running, make sure the following lines in your + postgresql.conf are uncommented: + + track_activities + track_counts 5. Browse to the phpPgAdmin installation using a web browser. You might need cookies enabled for phpPgAdmin to work.