From 6c2ba14d8d1e20251680de3972991c574a9dcfaa Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 Jun 2005 22:29:52 +0000 Subject: 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. --- doc/src/sgml/runtime.sgml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/src') 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 @@ @@ -2829,6 +2829,11 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows Remote host name or IP address, and remote port yes + + %h + Remote Hostname or IP address + yes + %p Process ID @@ -2839,6 +2844,11 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows Time stamp no + + %m + Timestamp with milliseconds + no + %i Command tag: This is the command that generated the log line. -- cgit v1.2.3