Skip to content

Commit 983c288

Browse files
authored
Merge pull request #272900 from nachoalonsoportillo/patch-1
Remove limitations section since defect in azure_storage extension is fixed
2 parents e9aede2 + 89a5b60 commit 983c288

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

articles/postgresql/flexible-server/concepts-query-store.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,6 @@ This function discards all statistics gathered so far by Query Store. It discard
276276
This function discards all statistics gathered in-memory by Query Store (that is, the data in memory that hasn't been flushed yet to the on disk tables supporting persistence of collected data for Query Store). This function can only be executed by the server admin role (**azure_pg_admin**).
277277

278278

279-
## Limitations and known issues
280-
[!INCLUDE [Note Query store and Azure storage compability](includes/note-query-store-azure-storage-compability.md)]
281-
282279
### Read-only mode
283280
When an Azure Database for PostgreSQL - Flexible Server instance is in read-only mode, such as when the `default_transaction_read_only` parameter is set to `on`, or if read-only mode is [automatically enabled due to reaching storage capacity](concepts-limits.md#storage), Query Store does not capture any data.
284281

articles/postgresql/flexible-server/concepts-storage-extension.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,6 @@ When the Azure Database for PostgreSQL flexible server administrator decides tha
227227
SELECT * FROM azure_storage.account_user_remove('mystorageaccount', 'support');
228228
```
229229

230-
## Limitations and known issues
231-
232-
[!INCLUDE [Note Query Store and Azure Storage compability](includes/note-query-store-azure-storage-compability.md)]
233-
234230
## Next steps
235231

236232
- If you don't see an extension that you want to use, let us know. Vote for existing requests or create new feedback requests in our [feedback forum](https://aka.ms/pgfeedback).

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

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)