1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

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.
This commit is contained in:
Bruce Momjian
2005-06-09 22:29:52 +00:00
parent 7974c35020
commit 6c2ba14d8d
3 changed files with 45 additions and 3 deletions

View File

@ -241,8 +241,9 @@
#log_duration = false
#log_line_prefix = '' # e.g. '<%u%%%d> '
# %u=user name %d=database name
# %r=remote host and port
# %r=remote host and port %h=remote host
# %p=PID %t=timestamp %i=command tag
# %m=timestamp with milliseconds
# %c=session id %l=session line number
# %s=session start timestamp %x=transaction id
# %q=stop here in non-session processes