From 31431dbd929df5cb44156eb6816a2e5e78e2b1b4 Mon Sep 17 00:00:00 2001 From: Betsy Gitelman Date: Thu, 14 Nov 2024 17:34:42 -0500 Subject: [PATCH] Edits to add configuring section #6177 Teeny edit...thought I had more when I started. --- advocacy_docs/pg_extensions/wait_states/configuring.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/advocacy_docs/pg_extensions/wait_states/configuring.mdx b/advocacy_docs/pg_extensions/wait_states/configuring.mdx index fbd5b58031c..5c26e83bcca 100644 --- a/advocacy_docs/pg_extensions/wait_states/configuring.mdx +++ b/advocacy_docs/pg_extensions/wait_states/configuring.mdx @@ -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|