diff options
| author | Neil Conway <neilc@samurai.com> | 2004-09-22 03:55:27 +0000 |
|---|---|---|
| committer | Neil Conway <neilc@samurai.com> | 2004-09-22 03:55:27 +0000 |
| commit | a3c53c834f769b31052ac55d5fb939b7cc9a4ec1 (patch) | |
| tree | 265c851ae6f896d268e801502e4c93b09eec19fc /src/backend/utils/misc/postgresql.conf.sample | |
| parent | 665d3736fb69fc92eea3c268daa2ec5e021165b7 (diff) | |
| download | postgresql-a3c53c834f769b31052ac55d5fb939b7cc9a4ec1.tar.gz | |
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.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
| -rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 749fa19beb..5f83db9bd3 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -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 |
