Skip to content

Commit

Permalink
Merge pull request #6242 from EnterpriseDB/docs-edits_to_pgextensions…
Browse files Browse the repository at this point in the history
…_pr6177

Edits to add configuring section #6177
  • Loading branch information
djw-m authored Dec 5, 2024
2 parents 5d160fb + 31431db commit 620c87e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions advocacy_docs/pg_extensions/wait_states/configuring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ navTitle: Configuring

## Parameters

The following parameters in `postgresql.conf` control the EDB Wait States extension behavior. If you modify these parameters, reload or restart Postgres to apply the changes.
The following parameters in `postgresql.conf` control the EDB Wait States extension behavior. If you modify these parameters, reload or restart Postgres to apply the changes.

| Parameter | Description | Default | Reload or Restart | |
| Parameter | Description | Default | Reload or restart | |
|---------------------------------|-------------|---------|----------------------|
| `edb_wait_states.sampling_interval`| The interval between two EDB Wait States sampling cycles.| 1 second | Reload|
| `edb_wait_states.retention_period`| Deletes EDB Wait States log files after a defined retention period. | 604800 seconds (7 days)| Reload| |
| `edb_wait_states.enable_collection`| Enable or disable EDB Wait States data collection. | true | Reload| |
| `edb_wait_states.directory` | Stores the EDB Wait States logs in this directory. The path must be a full, absolute path. It can't be a relative path. | $PGDATA/edb_wait_states |Restart|
| `edb_wait_states.directory` | Stores the EDB Wait States logs in this directory. The path must be a full, absolute path. It can't be a relative path. | $PGDATA/edb_wait_states |Restart|

1 comment on commit 620c87e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.