8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c008ca6 commit 262a362Copy full SHA for 262a362
doc/src/sgml/config.sgml
@@ -4089,8 +4089,8 @@ local0.* /var/log/postgresql
4089
</informaltable>
4090
4091
The <literal>%c</> escape prints a quasi-unique session identifier,
4092
- consisting of two 4-byte hexadecimal numbers (without leading zeros)
4093
- separated by a dot. The numbers are the process start time and the
+ consisting of two hexadecimal numbers separated by a dot. The numbers
+ are the process start time and the
4094
process ID, so <literal>%c</> can also be used as a space saving way
4095
of printing those items. For example, to generate the session
4096
identifier from <literal>pg_stat_activity</>, use this query:
0 commit comments