diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2007-08-02 23:39:45 +0000 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2007-08-02 23:39:45 +0000 |
commit | 63872601e84ec78fd1942d5779fccedd415c929f (patch) | |
tree | 5cc3a2c1d444e5775205a6a89e56ae5ccfe009ea /doc/src | |
parent | b34903453f69b972790ac8edddb3fac948dbea4a (diff) |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.134 2007/08/01 22:45:07 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.135 2007/08/02 23:39:43 adunstan Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -2900,7 +2900,7 @@ SELECT * FROM parent WHERE key = 2400; <row> <entry><literal>%c</literal></entry> <entry>Session ID: see below</entry> - <entry>yes</entry> + <entry>no</entry> </row> <row> <entry><literal>%l</literal></entry> @@ -2910,7 +2910,7 @@ SELECT * FROM parent WHERE key = 2400; <row> <entry><literal>%s</literal></entry> <entry>Session start time stamp</entry> - <entry>yes</entry> + <entry>no</entry> </row> <row> <entry><literal>%x</literal></entry> |