Skip to content

Commit 83c7239

Browse files
committed
Update concepts-extensions.md
1 parent a315396 commit 83c7239

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/postgresql/flexible-server/concepts-extensions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Using the [Azure portal](https://portal.azure.com):
100100
2. On the sidebar, select **Server Parameters**.
101101
3. Search for the `shared_preload_libraries` parameter.
102102
4. Select extensions you wish to add.
103-
:::image type="content" source="./media/concepts-extensions/sharedlibraries.png" alt-text=" Screenshot showing Azure Database for PostgreSQL -setting shared preload libraries parameter setting for extensions installation .":::
103+
:::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 .":::
104104

105105

106106
Using [Azure CLI](https://docs.microsoft.com/cli/azure/):
@@ -145,6 +145,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
145145
> |[isn](https://www.postgresql.org/docs/13/isn.html) | 1.2 | data types for international product numbering standards|
146146
> |[lo](https://www.postgresql.org/docs/13/lo.html) | 1.1 | large object maintenance |
147147
> |[ltree](https://www.postgresql.org/docs/13/ltree.html) | 1.2 | data type for hierarchical tree-like structures|
148+
> |[orafce](https://github.com/orafce/orafce) | 3.1.8 |implements in Postgres some of the functions from the Oracle database that are missing|
148149
> |[pageinspect](https://www.postgresql.org/docs/13/pageinspect.html) | 1.8 | inspect the contents of database pages at a low level|
149150
> |[pg_buffercache](https://www.postgresql.org/docs/13/pgbuffercache.html) | 1.3 | examine the shared buffer cache|
150151
> |[pg_cron](https://github.com/citusdata/pg_cron) | 1.4 | Job scheduler for PostgreSQL|
@@ -200,6 +201,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
200201
> |[isn](https://www.postgresql.org/docs/12/isn.html) | 1.2 | data types for international product numbering standards|
201202
> |[lo](https://www.postgresql.org/docs/12/lo.html) | 1.1 | large object maintenance |
202203
> |[ltree](https://www.postgresql.org/docs/12/ltree.html) | 1.1 | data type for hierarchical tree-like structures|
204+
> |[orafce](https://github.com/orafce/orafce) | 3.1.8 |implements in Postgres some of the functions from the Oracle database that are missing|
203205
> |[pageinspect](https://www.postgresql.org/docs/12/pageinspect.html) | 1.7 | inspect the contents of database pages at a low level|
204206
> |[pg_buffercache](https://www.postgresql.org/docs/12/pgbuffercache.html) | 1.3 | examine the shared buffer cache|
205207
> |[pg_cron](https://github.com/citusdata/pg_cron) | 1.4 | Job scheduler for PostgreSQL|
@@ -255,6 +257,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
255257
> |[isn](https://www.postgresql.org/docs/11/isn.html) | 1.2 | data types for international product numbering standards|
256258
> |[lo](https://www.postgresql.org/docs/11/lo.html) | 1.1 | large object maintenance |
257259
> |[ltree](https://www.postgresql.org/docs/11/ltree.html) | 1.1 | data type for hierarchical tree-like structures|
260+
> |[orafce](https://github.com/orafce/orafce) | 3.1.8 |implements in Postgres some of the functions from the Oracle database that are missing|
258261
> |[pageinspect](https://www.postgresql.org/docs/11/pageinspect.html) | 1.7 | inspect the contents of database pages at a low level|
259262
> |[pg_buffercache](https://www.postgresql.org/docs/11/pgbuffercache.html) | 1.3 | examine the shared buffer cache|
260263
> |[pg_cron](https://github.com/citusdata/pg_cron) | 1.4 | Job scheduler for PostgreSQL|

0 commit comments

Comments
 (0)