Index: status.html =================================================================== RCS file: /projects/pgadmin3/docs/en_US/status.html,v retrieving revision 1.5 retrieving revision 1.6 diff -Ldocs/en_US/status.html -Ldocs/en_US/status.html -u -w -r1.5 -r1.6 --- docs/en_US/status.html +++ docs/en_US/status.html @@ -29,7 +29,7 @@





-
+

The Locks tab shows the current locks outstanding in the PostgreSQL Lock Manager. This information can be useful when attempting to debug or track @@ -60,9 +60,9 @@

The Logfile tab shows server log files, if configured in -postgresql.conf (redirect_stderr = true, and -log_destination='stderr'). pgAdmin will extract a -time stamp from the logfile in a separate column, if the +postgresql.conf (redirect_stderr = true, +log_destination='stderr' and log_filename='postgresql-%Y-%m-%d_%H%M%S.log'). +pgAdmin will extract a time stamp from the logfile in a separate column, if the log_line_prefix is configured accordingly. We recommend using '%t:' as format, because more complicate formats might not be interpretable correctly.