"depesz" <[EMAIL PROTECTED]> 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
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match