Documentation Index
Fetch the complete documentation index at: https://planetscale.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Dashboard Configuration
This extension requires activation via the PlanetScale Dashboard before it can be used. It must be enabled through shared libraries and requires a database restart. To enable pg_partman_bgw:Parameters
pg_partman_bgw.interval
- Type: Integer
- Default:
3600 - Description: Interval (in seconds) between partition maintenance runs.
pg_partman_bgw.dbname
- Type: String
- Default:
postgres - Description: Database name where the background worker should connect.
pg_partman_bgw.role
- Type: String
- Default:
postgres - Description: Role that the background worker should use when connecting.
pg_partman_bgw.analyze
- Type: Boolean
- Default:
false - Description: Whether to run ANALYZE on newly created partitions.
pg_partman_bgw.jobmon
- Type: Boolean
- Default:
true - Description: Enable job monitoring for partition maintenance activities.

