From 63872601e84ec78fd1942d5779fccedd415c929f Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Thu, 2 Aug 2007 23:39:45 +0000 Subject: Move session_start out of MyProcPort stucture and make it a global called MyStartTime, so that we will be able to create a cookie for all processes for CSVlogs. It is set wherever MyProcPid is set. Take the opportunity to remove the now unnecessary session-only restriction on the %s and %c escapes in log_line_prefix. --- doc/src/sgml/config.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 37afd9845aa..adac32931df 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -2900,7 +2900,7 @@ SELECT * FROM parent WHERE key = 2400; %c Session ID: see below - yes + no %l @@ -2910,7 +2910,7 @@ SELECT * FROM parent WHERE key = 2400; %s Session start time stamp - yes + no %x -- cgit v1.2.3