pgsql: Add log_line_prefix placeholder %e to contain the current SQL

Lists: pgsql-committers
From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add log_line_prefix placeholder %e to contain the current SQL
Date: 2009-07-03 19:14:25
Message-ID: 20090703191425.BAA0775331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Add log_line_prefix placeholder %e to contain the current SQL state

Author: Guillaume Smet <guillaume(dot)smet(at)gmail(dot)com>

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.220 -> r1.221)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.220&r2=1.221)
pgsql/src/backend/utils/error:
elog.c (r1.216 -> r1.217)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c?r1=1.216&r2=1.217)
pgsql/src/backend/utils/misc:
postgresql.conf.sample (r1.260 -> r1.261)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample?r1=1.260&r2=1.261)