8000 docs: log_line_prefix session id fix · sqlparser/postgres@f9b604e · GitHub
[go: up one dir, main page]

Skip to content

Commit f9b604e

Browse files
committed
docs: log_line_prefix session id fix
Restore 4-byte designation for docs. Fix 9.3 doc query to properly pad to four digits. Backpatch to all active branches Per suggestions from Ian Lawrence Barwick
1 parent db5fa1d commit f9b604e

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
@@ -3568,7 +3568,7 @@ local0.* /var/log/postgresql
35683568
</informaltable>
35693569

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

0 commit comments

Comments
 (0)
0