mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add log_line_prefix option 'n' for Unix epoch.
Prints time as Unix epoch with milliseconds. Tomas Vondra, reviewed by Fabien Coelho.
This commit is contained in:
@ -4629,6 +4629,11 @@ local0.* /var/log/postgresql
|
||||
<entry>Time stamp with milliseconds</entry>
|
||||
<entry>no</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>%n</literal></entry>
|
||||
<entry>Time stamp with milliseconds (as a Unix epoch)</entry>
|
||||
<entry>no</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>%i</literal></entry>
|
||||
<entry>Command tag: type of session's current command</entry>
|
||||
|
Reference in New Issue
Block a user