diff options
| -rw-r--r-- | INSTALL | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -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. |
