Skip to content

Commit

Permalink
Change suggestion on how to check all pg_stat_monitor settings (#1190)
Browse files Browse the repository at this point in the history
The query was outdated as pg_stat_monitor does not offer a separate view for settings anymore.

Co-authored-by: Nurlan Moldomurov <[email protected]>
Co-authored-by: Roman Novikov <[email protected]>
  • Loading branch information
3 people authored Jun 12, 2024
1 parent 9451451 commit b83acaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setting-up/client/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ You can now [add the service](#add-service).
!!! caution alert alert-warning
It is important to set maximal length of query to 2048 characters or more for PMM to work properly.

You can get a list of other available settings with `SELECT * FROM pg_stat_monitor_settings;`.
You can get a list of other available settings with `SELECT * FROM pg_settings WHERE name LIKE 'pg_stat_monitor.%';`.

Other important parameters are:
```ini
Expand Down

0 comments on commit b83acaf

Please sign in to comment.