aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-06-09 22:33:05 +0000
committerBruce Momjian <bruce@momjian.us>2005-06-09 22:33:05 +0000
commit4778c33106309a033da91b8a5330d63578b0229f (patch)
tree53630749ff9c8be0b72cd7b05f9f8d13b5e085de /src/backend/utils/misc/postgresql.conf.sample
parent6c2ba14d8d1e20251680de3972991c574a9dcfaa (diff)
downloadpostgresql-4778c33106309a033da91b8a5330d63578b0229f.tar.gz
postgresql-4778c33106309a033da91b8a5330d63578b0229f.zip
Restructure log_line_prefix options to be clearer:
#log_line_prefix = '' # %u = user name # %d = database name # %r = remote host and port # %h = remote host # %p = PID # %t = timestamp # %m = timestamp with milliseconds # %i = command tag # %c = session id # %l = session line number # %s = session start timestamp # %x = transaction id # %q = stop here in non-session processes # %% = '%' # e.g. '<%u%%%d> '
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample24
1 files changed, 15 insertions, 9 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index e68f82bb3c8..0aa2a88549d 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -239,15 +239,21 @@
#log_connections = false
#log_disconnections = false
#log_duration = false
-#log_line_prefix = '' # e.g. '<%u%%%d> '
- # %u=user name %d=database name
- # %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
- # %%='%'
+#log_line_prefix = '' # %u = user name
+ # %d = database name
+ # %r = remote host and port
+ # %h = remote host
+ # %p = PID
+ # %t = timestamp
+ # %m = timestamp with milliseconds
+ # %i = command tag
+ # %c = session id
+ # %l = session line number
+ # %s = session start timestamp
+ # %x = transaction id
+ # %q = stop here in non-session processes
+ # %% = '%'
+ # e.g. '<%u%%%d> '
#log_statement = 'none' # none, mod, ddl, all
#log_hostname = false