Jump to letter: [
ABCEGLMNOPST
]
pg_sampletolog12 - Postgres extension to sample statements or transactions to logs
- Description:
pg_sampletolog is a PostgreSQL extension which allows to sample
statements and/or transactions to logs. It add in PostgreSQL (from 9.4
to 11) same kind of statement sampling added in PostgreSQL 12 (currently
not released).
pg_sampletolog allows to:
- Log a sample of statements
- Log a sample of transactions
- Log before or after execution (in order to be compatible with
pgreplay)
- Log all DDL or MOD statements, same as log_statement
- Log statement's queryid if pg_stat_statements is installed
Packages