Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamid Akhtar authored Mar 28, 2024
1 parent 6ab95a2 commit ffdda07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You can enable `percona_telemetry` when your `postgresql` instance is not runnin

`percona_telemetry` needs to be loaded at the start time. The extension requires additional shared memory; therefore, add the `percona_telemetry` value for the `shared_preload_libraries` parameter and restart the `postgresql` instance.

Use the [ALTER SYSTEM](https://www.postgresql.org/docs/current/sql-altersystem.html)command from `psql` terminal to modify the `shared_preload_libraries` parameter.
Use the [ALTER SYSTEM](https://www.postgresql.org/docs/current/sql-altersystem.html) command from `psql` terminal to modify the `shared_preload_libraries` parameter.

```sql
ALTER SYSTEM SET shared_preload_libraries = 'percona_telemetry';
Expand Down Expand Up @@ -138,4 +138,4 @@ To uninstall `percona_telemetry`, do the following:

**Important**: If the `shared_preload_libraries` parameter includes other modules, specify them all for the `ALTER SYSTEM SET` command to keep using them.

4. Restart the `postgresql` instance to apply the changes.
4. Restart the `postgresql` instance to apply the changes.

0 comments on commit ffdda07

Please sign in to comment.