From f39df967e930be301f976a537628a5788867e8a1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 3 Jul 2009 19:14:25 +0000 Subject: Add log_line_prefix placeholder %e to contain the current SQL state Author: Guillaume Smet --- src/backend/utils/misc/postgresql.conf.sample | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backend/utils/misc/postgresql.conf.sample') diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 3f7b43f0ccc..c1b888c0d46 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -337,6 +337,7 @@ # %t = timestamp without milliseconds # %m = timestamp with milliseconds # %i = command tag + # %e = SQL state # %c = session ID # %l = session line number # %s = session start timestamp -- cgit v1.2.3