pgsql: Extend the format of CSV logs to include the additional

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Extend the format of CSV logs to include the additional
Date: 2007-12-11 15:19:05
Message-ID: 20071211151905.2D5977540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Extend the format of CSV logs to include the additional information supplied
with the logged event. CSV logs are now a first-class citizen along plain
text logs in that they carry much of the same information.

Per complaint from depesz on bug #3799.

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.158 -> r1.159)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.158&r2=1.159)
pgsql/src/backend/utils/error:
elog.c (r1.198 -> r1.199)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error/elog.c?r1=1.198&r2=1.199)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2007-12-11 16:21:26 pgbouncer - pgbouncer: helper macro for notice pkt
Previous Message Magnus Hagander 2007-12-11 15:13:58 Re: Document how to turn off disk write cache on popular operating