Contents
CSV log format
Log file output in machine-readable CSV format
PostgreSQL can be configured to emit log output in CSV log format
in addition or in place of standard logging, making it practical to capture logs and store logs for systematic analysis.
Change history
- PostgreSQL 13
- column
backend_type
added (commit 70a7b477)
- column
- PostgreSQL 8.3
- added (fd801f4f)
References
- PostgreSQL documentation: Using CSV-Format Log Output