Skip to content

Commit 4aea429

Browse files
committed
docs: fix log_line_prefix session id docs
Backpatch to 9.2. Report from Ian Lawrence Barwick
1 parent 7fa56e6 commit 4aea429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4001,7 +4001,7 @@ local0.* /var/log/postgresql
40014001
</informaltable>
40024002

40034003
The <literal>%c</> escape prints a quasi-unique session identifier,
4004-
consisting of two 4-byte hexadecimal numbers (without leading zeros)
4004+
consisting of two hexadecimal numbers (without leading zeros)
40054005
separated by a dot. The numbers are the process start time and the
40064006
process ID, so <literal>%c</> can also be used as a space saving way
40074007
of printing those items. For example, to generate the session

0 commit comments

Comments
 (0)