pg-logstats 0.1.0

PostgreSQL log investigation CLI for query-family findings and follow-up SQL
Documentation
1
2
3
4
5
//! Log format parsers for different PostgreSQL log formats

pub mod stderr;

pub use stderr::StderrParser;