Extend the format of CSV logs to include the additional information supplied
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 11 Dec 2007 15:19:05 +0000 (15:19 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 11 Dec 2007 15:19:05 +0000 (15:19 +0000)
commit629841cb68e0233c6ba023d6f15f5c715ebd820a
tree5dce70c4c79f09c34c9698ba526b02a740abb787
parent635457376cff5bd8e403d45c02c013dab3b18d43
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.
doc/src/sgml/config.sgml
src/backend/utils/error/elog.c