diff options
| author | Bruce Momjian <bruce@momjian.us> | 2013-05-04 11:09:44 -0400 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2013-05-04 11:09:44 -0400 |
| commit | db5fa1dc9bc9454eea49325910a2130a2bc5b64e (patch) | |
| tree | 646664a9c62930d6b469c9fe4835f4872ee11588 /doc/src/sgml | |
| parent | 5f14acdebc86269ae8a7f78e7623239e06337ffc (diff) | |
doc: fix log_line_prefix session_id %c item
Backpatch to 9.1 and earlier
Report from Ian Lawrence Barwick
Diffstat (limited to 'doc/src/sgml')
| -rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index ab40ea76122..d95b8a1b339 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3568,7 +3568,7 @@ local0.* /var/log/postgresql </informaltable> The <literal>%c</> escape prints a quasi-unique session identifier, - consisting of two 4-byte hexadecimal numbers (without leading zeros) + consisting of two hexadecimal numbers (without leading zeros) separated by a dot. The numbers are the process start time and the process ID, so <literal>%c</> can also be used as a space saving way of printing those items. For example, to generate the session |
