diff options
| author | Bruce Momjian | 2013-05-04 15:05:16 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2013-05-04 15:05:16 +0000 |
| commit | 4aea429050289c2707bd8f1f63344569791645bd (patch) | |
| tree | 6253beabd1c37c86d6abe6a2c65cdd87f75c56b0 /doc/src | |
| parent | 7fa56e636e42d1bc969483ed1f2c93d47abe39ba (diff) | |
docs: fix log_line_prefix session id docs
Backpatch to 9.2.
Report from Ian Lawrence Barwick
Diffstat (limited to 'doc/src')
| -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 3d0d55b47d6..9caca487341 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4001,7 +4001,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 |
