You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/postgresql/reference-extensions.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: jonels-msft
6
6
ms.service: cosmos-db
7
7
ms.subservice: postgresql
8
8
ms.topic: conceptual
9
-
ms.date: 01/17/2023
9
+
ms.date: 02/15/2023
10
10
---
11
11
# PostgreSQL extensions in Azure Cosmos DB for PostgreSQL
12
12
@@ -25,6 +25,8 @@ PostgreSQL extensions must be installed in your database before you can use them
25
25
> ```sql
26
26
>SELECT create_extension('postgis');
27
27
>```
28
+
>
29
+
> To remove an extension installed this way, use `drop_extension()`.
28
30
29
31
Azure Cosmos DB for PostgreSQL currently supports a subset of key extensions as listed here. Extensions other than the ones listed aren't supported. You can't create your own extension with Azure Cosmos DB for PostgreSQL.
0 commit comments