Re: [BUGS] BUG #3799: csvlog skips some logs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [BUGS] BUG #3799: csvlog skips some logs
Date
Msg-id 16585.1196961055@sss.pgh.pa.us
Whole thread Raw
Responses Re: [BUGS] BUG #3799: csvlog skips some logs  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Re: [BUGS] BUG #3799: csvlog skips some logs  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
"depesz" <depesz@depesz.com> writes:
> Description:        csvlog skips some logs

The point here is that CSV-format log output doesn't include the
DETAIL, HINT, or context (QUERY/STATEMENT/CONTEXT) lines that
you might get with normal output.

I suppose this was intentional in order to keep the CSV output
format manageable, but I have to wonder whether it's really a
good idea.  I can see the argument that you probably don't need
to log HINTs, but the other stuff might be important.  Particularly
the STATEMENT.

Comments?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: shared_buffers, wal_buffers, WAL files, data files
Next
From: Simon Riggs
Date:
Subject: pg_dump and BINARY mode COPY