Skip to content

Commit fa23dff

Browse files
author
Alicja Kucharczyk
committed
compat
1 parent c375234 commit fa23dff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/postgresql/flexible-server/includes/note-query-store-azure-storage-compability.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ ms.topic: include
66
ms.date: 01/22/2024
77
ms.author: alkuchar
88
---
9-
### Query store and Azure storage compability
9+
### Query store and Azure storage compatibility
1010

11-
Due to compatibility issues, the Query store and Azure storage extensions cannot be enabled at the same time. Users are advised to enable only one of these extensions at a time to ensure proper functioning and avoid potential conflicts.
11+
Due to compatibility issues, the Query store and Azure storage extensions can't be enabled at the same time. Users are advised to enable only one of these extensions at a time to ensure proper functioning and avoid potential conflicts.
1212

13-
* **To use Azure storage**: Disable the query store by setting the parameter `pg_qs.query_capture_mode` to `NONE`. This is a dynamic parameter, no restart is needed.
13+
* **To use Azure storage**: Disable the query store by setting the parameter `pg_qs.query_capture_mode` to `NONE`. This parameter is dynamic, so no restart is needed.
1414

15-
* **To use Query store**: Disable the azure storage extension by issuing `DROP EXTENSION azure_storage;`. Additionally, remove Azure storage from the the `shared_preload_libraries`. Restart your database server after this change.
15+
* **To use Query store**: Disable the Azure storage extension by issuing `DROP EXTENSION azure_storage;`. Additionally, remove Azure storage from the `shared_preload_libraries`. Restart your database server after this change.
1616

17-
Please be aware that these steps are necessary to prevent conflicts and ensure your system operates correctly. We are working to resolve these compatibility issues and will keep you informed of any updates in future releases.
17+
These steps are necessary to prevent conflicts and ensure your system operates correctly. We're working to resolve these compatibility issues and will keep you informed of any updates in future releases.

0 commit comments

Comments
 (0)