reword information around statistics collector. based on bug report SF #3602305
authorRobert Treat <rob@xzilla.net>
Wed, 20 Mar 2013 17:55:52 +0000 (13:55 -0400)
committerRobert Treat <rob@xzilla.net>
Sat, 23 Mar 2013 14:59:46 +0000 (10:59 -0400)
INSTALL

diff --git a/INSTALL b/INSTALL
index ac3e9071f613d030815baba80b3653f7ecd4e393..0375b3ae6cda387080cfb3ef4ebc38bef7820c8d 100644 (file)
--- 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.