postgresql.conf comparison

Postgres Parameter across Versions

Select a parameter to view the defaults across versions of PostgreSQL.

Latest version details

Category Reporting and Logging / When to Log
Variable type: integer
Short Description: Sets the minimum execution time above which a sample of statements will be logged. Sampling is determined by log_statement_sample_rate.

Value History

10 11 12 13 14 15 16
name
log_min_duration_sample -1 ms -1 ms -1 ms -1 ms

Vartype History

10 11 12 13 14 15 16
name
log_min_duration_sample integer integer integer integer