From ffdda07e120e072f0db36dadc5d39b9c8c329916 Mon Sep 17 00:00:00 2001 From: Hamid Akhtar Date: Thu, 28 Mar 2024 18:03:29 +0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e27ed2..6db18e8 100644 --- a/README.md +++ b/README.md @@ -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'; @@ -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. \ No newline at end of file +4. Restart the `postgresql` instance to apply the changes.