Skip to content

Commit 66cac3b

Browse files
authored
Merge pull request #178787 from GennadNY/gennadyk101
Update concepts-extensions.md
2 parents 6113206 + ab06b28 commit 66cac3b

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
@@ -93,6 +93,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
9393
> |[earthdistance](https://www.postgresql.org/docs/12/earthdistance.html) | 1.1 | calculate great-circle distances on the surface of the Earth|
9494
> |[fuzzystrmatch](https://www.postgresql.org/docs/12/fuzzystrmatch.html) | 1.1 | determine similarities and distance between strings|
9595
> |[hstore](https://www.postgresql.org/docs/12/hstore.html) | 1.6 | data type for storing sets of (key, value) pairs|
96+
> |[hypopg](https://github.com/HypoPG/hypopg) | 1.2 | extension adding support for hypothetical indexes |
9697
> |[intagg](https://www.postgresql.org/docs/12/intagg.html) | 1.1 | integer aggregator and enumerator. (Obsolete)|
9798
> |[intarray](https://www.postgresql.org/docs/12/intarray.html) | 1.2 | functions, operators, and index support for 1-D arrays of integers|
9899
> |[isn](https://www.postgresql.org/docs/12/isn.html) | 1.2 | data types for international product numbering standards|
@@ -146,6 +147,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
146147
> |[earthdistance](https://www.postgresql.org/docs/11/earthdistance.html) | 1.1 | calculate great-circle distances on the surface of the Earth|
147148
> |[fuzzystrmatch](https://www.postgresql.org/docs/11/fuzzystrmatch.html) | 1.1 | determine similarities and distance between strings|
148149
> |[hstore](https://www.postgresql.org/docs/11/hstore.html) | 1.5 | data type for storing sets of (key, value) pairs|
150+
> |[hypopg](https://github.com/HypoPG/hypopg) | 1.1.2 | extension adding support for hypothetical indexes |
149151
> |[intagg](https://www.postgresql.org/docs/11/intagg.html) | 1.1 | integer aggregator and enumerator. (Obsolete)|
150152
> |[intarray](https://www.postgresql.org/docs/11/intarray.html) | 1.2 | functions, operators, and index support for 1-D arrays of integers|
151153
> |[isn](https://www.postgresql.org/docs/11/isn.html) | 1.2 | data types for international product numbering standards|
@@ -209,7 +211,8 @@ To unschedule all tasks from pg_cron
209211
```
210212
SELECT cron.unschedule(jobid) FROM cron.job;
211213
```
212-
214+
> [!NOTE]
215+
> pg_cron is preloaded n every Azure Database for PostgreSQL flexible server in postgres database to provide you with ability to schedule jobs to run in other databases within your PostgreSQL DB instance without compromising security.
213216
## pg_stat_statements
214217

215218
The [pg_stat_statements extension](https://www.postgresql.org/docs/current/pgstatstatements.html) is preloaded on every Azure Database for PostgreSQL flexible server to provide you a means of tracking execution statistics of SQL statements.

0 commit comments

Comments
 (0)