Skip to content

Commit

Permalink
Fix typo in pg-stat-monitor.md (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
coka-stefan authored Jan 22, 2024
1 parent abbf8fe commit e3cb7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pg-stat-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ To install `pg_stat_monitor`, run the following commands:
The order of modules is important: `pg_stat_monitor` must be specified **after** `pg_stat_statements`:

```sql
ALTER SYSTEM SET shared_preload_libraries = pg_stat_statements, pg_stat_monitor
ALTER SYSTEM SET shared_preload_libraries = 'pg_stat_statements, pg_stat_monitor'
```

2. Start or restart the `postgresql` instance to enable `pg_stat_monitor`. Use the following command for restart:
Expand Down

0 comments on commit e3cb7a2

Please sign in to comment.