]> granicus.if.org Git - postgresql/commit
Add log_line_prefix option 'n' for Unix epoch.
authorJeff Davis <jdavis@postgresql.org>
Mon, 7 Sep 2015 20:46:31 +0000 (13:46 -0700)
committerJeff Davis <jdavis@postgresql.org>
Mon, 7 Sep 2015 20:46:31 +0000 (13:46 -0700)
commitf828654e1097bdbb40fedebd9ac1ea045b183e15
tree3a2ab2496b3aac2c5c9f98b96ca50b106a2d4223
parent37239ef8c9fa72e0f73a307cc413a03a743878d3
Add log_line_prefix option 'n' for Unix epoch.

Prints time as Unix epoch with milliseconds.

Tomas Vondra, reviewed by Fabien Coelho.
doc/src/sgml/config.sgml
src/backend/utils/error/elog.c
src/backend/utils/misc/postgresql.conf.sample