postgresql: Fix formatting in option description

Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
This commit is contained in:
Kirill Elagin 2020-05-13 23:33:08 +03:00 committed by GitHub
parent 652958eefa
commit 084bd32bad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,7 +199,7 @@ in
example = "%m [%p] ";
description = ''
A printf-style string that is output at the beginning of each log line.
Upstream default is '%m [%p] ', i.e. it includes the timestamp. We do
Upstream default is <literal>'%m [%p] '</literal>, i.e. it includes the timestamp. We do
not include the timestamp, because journal has it anyway.
'';
};