zulip/servers/puppet/files/postgresql
Zev Benjamin 726ba8dad9 Make Postgres have a log prefix more like what pgFouine requires
We'll still need a conversion script, but it should be easy.

pgFouine requires a log prefix of '%t [%p]: [%l-1] '.  We instead use
'%m [%c]: [%l-1] ' which contains strictly more data.  Specifically,
"%m" is "%t" (time) but with milliseconds and "%c" is "%p" (pid) but
with the process start time.

(imported from commit a0bb583b563bdea0ca19b8b21677df0b9a18092a)
2013-01-28 16:21:42 -05:00
..
pg_hba.conf Add postgres config for new frontend. 2013-01-17 22:08:39 -05:00
postgresql.conf Make Postgres have a log prefix more like what pgFouine requires 2013-01-28 16:21:42 -05:00