mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
This patch from Alvaro Herrera adds transaction ID to the list of
log_line_prefix escapes. The escape sequence used for this is %x. %x previously meant "postmaster et al. stop here" -- this has been renamed to %q.
This commit is contained in:
@ -231,8 +231,8 @@
|
||||
# %r=remote host and port
|
||||
# %p=PID %t=timestamp %i=command tag
|
||||
# %c=session id %l=session line number
|
||||
# %s=session start timestamp
|
||||
# %x=stop here in non-session processes
|
||||
# %s=session start timestamp %x=transaction id
|
||||
# %q=stop here in non-session processes
|
||||
# %%='%'
|
||||
#log_statement = 'none' # none, mod, ddl, all
|
||||
#log_hostname = false
|
||||
|
Reference in New Issue
Block a user