@@ -100,7 +100,7 @@ Using the [Azure portal](https://portal.azure.com):
100
100
2 . On the sidebar, select ** Server Parameters** .
101
101
3 . Search for the ` shared_preload_libraries ` parameter.
102
102
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 .":::
104
104
105
105
106
106
Using [ Azure CLI] ( https://docs.microsoft.com/cli/azure/ ) :
@@ -145,6 +145,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
145
145
> | [ isn] ( https://www.postgresql.org/docs/13/isn.html ) | 1.2 | data types for international product numbering standards|
146
146
> | [ lo] ( https://www.postgresql.org/docs/13/lo.html ) | 1.1 | large object maintenance |
147
147
> | [ 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|
148
149
> | [ pageinspect] ( https://www.postgresql.org/docs/13/pageinspect.html ) | 1.8 | inspect the contents of database pages at a low level|
149
150
> | [ pg_buffercache] ( https://www.postgresql.org/docs/13/pgbuffercache.html ) | 1.3 | examine the shared buffer cache|
150
151
> | [ 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
200
201
> | [ isn] ( https://www.postgresql.org/docs/12/isn.html ) | 1.2 | data types for international product numbering standards|
201
202
> | [ lo] ( https://www.postgresql.org/docs/12/lo.html ) | 1.1 | large object maintenance |
202
203
> | [ 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|
203
205
> | [ pageinspect] ( https://www.postgresql.org/docs/12/pageinspect.html ) | 1.7 | inspect the contents of database pages at a low level|
204
206
> | [ pg_buffercache] ( https://www.postgresql.org/docs/12/pgbuffercache.html ) | 1.3 | examine the shared buffer cache|
205
207
> | [ 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
255
257
> | [ isn] ( https://www.postgresql.org/docs/11/isn.html ) | 1.2 | data types for international product numbering standards|
256
258
> | [ lo] ( https://www.postgresql.org/docs/11/lo.html ) | 1.1 | large object maintenance |
257
259
> | [ 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|
258
261
> | [ pageinspect] ( https://www.postgresql.org/docs/11/pageinspect.html ) | 1.7 | inspect the contents of database pages at a low level|
259
262
> | [ pg_buffercache] ( https://www.postgresql.org/docs/11/pgbuffercache.html ) | 1.3 | examine the shared buffer cache|
260
263
> | [ pg_cron] ( https://github.com/citusdata/pg_cron ) | 1.4 | Job scheduler for PostgreSQL|
0 commit comments