Skip to content

Commit

Permalink
docs: update spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
keithf4 committed Jul 23, 2024
1 parent f6baad0 commit 7d67a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/content/changelog/v5_upgrade/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Depending on the order that packages were installed, the removal of the `pgmonit
dnf remove --noautoremove pgmonitor-pg-common
```

Also note that the pgbouncer_fdw is no longer required to monitor PgBouncer if using sql_exporeter but it can still be used if desired. Per previous instructions, it was usually only installed on the global database. The extension can be removed as follows if it's not needed.
Also note that the pgbouncer_fdw is no longer required to monitor PgBouncer if using sql_exporter but it can still be used if desired. Per previous instructions, it was usually only installed on the global database. The extension can be removed as follows if it's not needed.
```
DROP EXTENSION pgbouncer_fdw;
```
Expand Down

0 comments on commit 7d67a39

Please sign in to comment.