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/postgresql/flexible-server/concepts-extensions.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ az postgres flexible-server parameter set --resource-group <your resource group>
36
36
```
37
37
38
38
Using [ARM Template](../../azure-resource-manager/templates/index.yml):
39
-
Example below allow-lists extensions dblink, dict_xsyn, pg_buffercache on server mypostgreserver
39
+
Example shown below allow-lists extensions dblink, dict_xsyn, pg_buffercache on server mypostgreserver
40
40
```json
41
41
{
42
42
@@ -93,15 +93,15 @@ az postgres flexible-server parameter set --resource-group <your resource group>
93
93
94
94
```
95
95
96
-
Shared_Preload_Libraries is a server configuration parameter determining which libraries are to be loaded when PostgreSQL starts. Any libraries which use shared memory must be loaded via this parameter. If your extension needs to be added to shared preload libraries this can be done:
96
+
Shared_Preload_Libraries is a server configuration parameter determining which libraries are to be loaded when PostgreSQL starts. Any libraries which use shared memory must be loaded via this parameter. If your extension needs to be added to shared preload libraries this action can be done:
97
97
98
98
Using the [Azure portal](https://portal.azure.com):
99
99
100
100
1. Select your Azure Database for PostgreSQL - Flexible Server.
101
101
2. On the sidebar, select **Server Parameters**.
102
102
3. Search for the `shared_preload_libraries` parameter.
103
103
4. Select extensions you wish to add.
104
-
:::image type="content" source="./media/concepts-extensions/shared-libraries.png" alt-text=" Screenshot showing Azure Database for PostgreSQL -setting shared preload libraries parameter setting for extensions installation.":::
104
+
:::image type="content" source="./media/concepts-extensions/shared-libraries.png" alt-text=" Screenshot showing Azure Database for PostgreSQL -setting shared preload libraries parameter setting for extensions installation.":::
105
105
106
106
107
107
Using [Azure CLI](/cli/azure/):
@@ -118,10 +118,10 @@ After extensions are allow-listed and loaded, these must be installed in your da
118
118
119
119
120
120
121
-
Azure Database for PostgreSQL supports a subset of key extensions as listed below. This information is also available by running `SHOW azure.extensions;`. Extensions not listed in this document are not supported on Azure Database for PostgreSQL - Flexible Server. You cannot create or load your own extension in Azure Database for PostgreSQL.
121
+
Azure Database for PostgreSQL supports a subset of key extensions as listed below. This information is also available by running `SHOW azure.extensions;`. Extensions not listed in this document aren't supported on Azure Database for PostgreSQL - Flexible Server. You can't create or load your own extension in Azure Database for PostgreSQL.
122
122
## Postgres 14 extensions
123
123
124
-
The following extensions are available in Azure Database for PostgreSQL - Flexible Servers which have Postgres version 14.
124
+
The following extensions are available in Azure Database for PostgreSQL - Flexible Servers, which have Postgres version 14.
0 commit comments