Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Doc updates.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.pgadmin.org/trunk@3623 a7884b65-44f6-0310-8a51-81a127f17b15
  • Loading branch information
dpage committed Sep 7, 2004
1 parent b39403e commit b711186
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en_US/status.html
Expand Up @@ -29,7 +29,7 @@ <h3>Database Server Status</h3>
</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
Expand Down Expand Up @@ -60,9 +60,9 @@ <h3>Database Server Status</h3>
<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>
Expand Down

0 comments on commit b711186

Please sign in to comment.