Log Message:
-----------
Doc updates.
Modified Files:
--------------
pgadmin3/docs/en_US:
status.html (r1.5 -> r1.6)
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 @@
</p>
<BR><BR>
<BR><BR>
-<center><img src="images/logfile.png"></center>
+<center><img src="images/locks.png"></center>
<p>
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 @@
<center><img src="images/logfile.png"></center>
<p>
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.
</p>
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster