Number of times the statement was planned
+ (if pg_stat_statements.track_planning is enabled,
+ otherwise zero)
Total time spent planning the statement, in milliseconds
+ (if pg_stat_statements.track_planning is enabled,
+ otherwise zero)
Minimum time spent planning the statement, in milliseconds
+ (if pg_stat_statements.track_planning is enabled,
+ otherwise zero)
Maximum time spent planning the statement, in milliseconds
+ (if pg_stat_statements.track_planning is enabled,
+ otherwise zero)
Mean time spent planning the statement, in milliseconds
+ (if pg_stat_statements.track_planning is enabled,
+ otherwise zero)
stddev_plan_time double precision
- Population standard deviation of time spent planning the statement, in milliseconds
+ Population standard deviation of time spent planning the statement,
+ in milliseconds
+ (if pg_stat_statements.track_planning is enabled,
+ otherwise zero)
pg_stat_statements.track_planning controls whether
planning operations and duration are tracked by the module.
- The default value is on.
+ The default value is off.
Only superusers can change this setting.