Skip to content

Commit

Permalink
fix the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
WriteMayur committed Feb 13, 2025
1 parent 3d7b14f commit 2147a80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can view query-level analysis to monitor your SQL queries within your Postgr
**Prerequisites:**

* Ensure that your PostgreSQL version is 12 or higher.
* You must enable the `pg_stat_statements`, `pg_stat_monitor` and `pg_wait_sampling` extensions. For more information, refer [Enabling extensions](#enabling-extensions).
* Enable the `pg_stat_statements`, `pg_stat_monitor` and `pg_wait_sampling` extensions. For more information, refer [Enabling extensions](#enabling-extensions).

### Enabling extensions [#enabling-extensions]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can view query-level analysis to monitor your SQL queries within your Postgr
**Prerequisites:**

* Ensure that your PostgreSQL version is 12 or higher.
* You must enable the `pg_stat_statements`, `pg_stat_monitor` and `pg_wait_sampling` extensions. For more information, refer [Enabling extensions](#enabling-extensions).
* Enable the `pg_stat_statements`, `pg_stat_monitor` and `pg_wait_sampling` extensions. For more information, refer [Enabling extensions](#enabling-extensions).

### Enabling extensions [#enabling-extensions]

Expand Down
2 changes: 1 addition & 1 deletion src/install/postgresql/query-monitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can view query-level analysis to monitor your SQL queries within your Postgr
**Prerequisites:**

* Ensure that your PostgreSQL version is 12 or higher.
* You must enable the `pg_stat_statements`, `pg_stat_monitor` and `pg_wait_sampling` extensions. For more information, refer [Enabling extensions](#enabling-extensions).
* Enable the `pg_stat_statements`, `pg_stat_monitor` and `pg_wait_sampling` extensions. For more information, refer [Enabling extensions](#enabling-extensions).


### Enabling extensions [#enabling-extensions]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ You can view query-level analysis to monitor your SQL queries within your Postgr
**Prerequisites:**

* Ensure that your PostgreSQL version is 12 or higher.
* You must enable the `pg_stat_statements` extension. For more information, refer [Enabling extensions](#enabling-extensions).

<Callout variant="important">
To enable these extension, PostgreSQL version should be 12 or higher.

pg_stat_monitor and pg_wait_sampling extensions doesnt support windows
</Callout>
* Enable the `pg_stat_statements` extension. For more information, refer [Enabling extensions](#enabling-extensions).


1. To retrieve slow running queries and blocking sessions, install the `pg_stat_statements` extension:
Expand Down

0 comments on commit 2147a80

Please sign in to comment.