summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-06-09 22:29:52 +0000
committerBruce Momjian <bruce@momjian.us>2005-06-09 22:29:52 +0000
commit6c2ba14d8d1e20251680de3972991c574a9dcfaa (patch)
treeb2679b1b7ef1829a87ad2a297b7c126137600697 /doc/src
parent7974c35020e5d60384ae77f1efa881fecb3df465 (diff)
This patch against 8.0.0beta1 source adds log_line_prefix options for
millisecond timestamps (%m) and remote host (%h). The milliseconds are useful for QPS measurements. Ed L.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/runtime.sgml12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index e1ffd22c5a8..216e8f7e9a1 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.322 2005/06/04 20:42:41 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.323 2005/06/09 22:29:52 momjian Exp $
-->
<chapter Id="runtime">
@@ -2830,6 +2830,11 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
<entry>yes</entry>
</row>
<row>
+ <entry><literal>%h</literal></entry>
+ <entry>Remote Hostname or IP address</entry>
+ <entry>yes</entry>
+ </row>
+ <row>
<entry><literal>%p</literal></entry>
<entry>Process ID</entry>
<entry>no</entry>
@@ -2840,6 +2845,11 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
<entry>no</entry>
</row>
<row>
+ <entry><literal>%m</literal></entry>
+ <entry>Timestamp with milliseconds</entry>
+ <entry>no</entry>
+ </row>
+ <row>
<entry><literal>%i</literal></entry>
<entry>Command tag: This is the command that generated the log line.</entry>
<entry>yes</entry>