File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
articles/cosmos-db/postgresql Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: mulander
6
6
ms.service : cosmos-db
7
7
ms.subservice : postgresql
8
8
ms.topic : how-to
9
- ms.date : 11/28/2022
9
+ ms.date : 01/13/2023
10
10
---
11
11
12
12
# How to ingest data using pg_azure_storage
@@ -30,6 +30,11 @@ extension in your database:
30
30
SELECT * FROM create_extension(' azure_storage' );
31
31
```
32
32
33
+ > [ !IMPORTANT]
34
+ >
35
+ > The pg_azure_storage extension is available only on Azure Cosmos DB for
36
+ > PostgreSQL clusters running PostgreSQL 13 and above.
37
+
33
38
We've prepared a public demonstration dataset for this article. To use your own
34
39
dataset, follow [ migrate your on-premises data to cloud
35
40
storage] ( ../../storage/common/storage-use-azcopy-migrate-on-premises-data.md )
You can’t perform that action at this time.
0 commit comments