Skip to content

Commit

Permalink
Change suggestion on how to check all pg_stat_monitor settings
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.
  • Loading branch information
mmnosek authored Dec 15, 2023
1 parent 032c08c commit 513e157
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 513e157

Please sign in to comment.