Skip to content

Commit f928e44

Browse files
Merge pull request #226619 from GennadNY/gennadyk897
Gennadyk897
2 parents 7a6c4be + 4df4128 commit f928e44

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
173173
> |[postgis_topology](https://postgis.net/docs/Topology.html) | 3.2.0 | PostGIS topology spatial types and functions|
174174
> |[postgres_fdw](https://www.postgresql.org/docs/13/postgres-fdw.html) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
175175
> |[sslinfo](https://www.postgresql.org/docs/13/sslinfo.html) | 1.2 | information about SSL certificates|
176+
> |[semver](https://pgxn.org/dist/semver/doc/semver.html) | 0.32.0 | semantic version data type|
176177
> |[timescaledb](https://github.com/timescale/timescaledb) | 2.5.1 | Open-source relational database for time-series and analytics|
177178
> |[tsm_system_rows](https://www.postgresql.org/docs/13/tsm-system-rows.html) | 1.0 | TABLESAMPLE method which accepts number of rows as a limit|
178179
> |[tsm_system_time](https://www.postgresql.org/docs/13/tsm-system-time.html) | 1.0 | TABLESAMPLE method which accepts time in milliseconds as a limit|
@@ -233,6 +234,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
233234
> |[postgis_topology](https://postgis.net/docs/Topology.html) | 3.2.0 | PostGIS topology spatial types and functions|
234235
> |[postgres_fdw](https://www.postgresql.org/docs/13/postgres-fdw.html) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
235236
> |[sslinfo](https://www.postgresql.org/docs/13/sslinfo.html) | 1.2 | information about SSL certificates|
237+
> |[semver](https://pgxn.org/dist/semver/doc/semver.html) | 0.32.0 | semantic version data type|
236238
> |[timescaledb](https://github.com/timescale/timescaledb) | 2.5.1 | Open-source relational database for time-series and analytics|
237239
> |[tsm_system_rows](https://www.postgresql.org/docs/13/tsm-system-rows.html) | 1.0 | TABLESAMPLE method which accepts number of rows as a limit|
238240
> |[tsm_system_time](https://www.postgresql.org/docs/13/tsm-system-time.html) | 1.0 | TABLESAMPLE method which accepts time in milliseconds as a limit|
@@ -293,6 +295,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
293295
> |[postgis_topology](https://postgis.net/docs/Topology.html) | 3.2.0 | PostGIS topology spatial types and functions|
294296
> |[postgres_fdw](https://www.postgresql.org/docs/12/postgres-fdw.html) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
295297
> |[sslinfo](https://www.postgresql.org/docs/12/sslinfo.html) | 1.2 | information about SSL certificates|
298+
> |[semver](https://pgxn.org/dist/semver/doc/semver.html) | 0.32.0 | semantic version data type|
296299
> |[timescaledb](https://github.com/timescale/timescaledb) | 2.5.1 | Open-source relational database for time-series and analytics|
297300
> |[tsm_system_rows](https://www.postgresql.org/docs/12/tsm-system-rows.html) | 1.0 | TABLESAMPLE method which accepts number of rows as a limit|
298301
> |[tsm_system_time](https://www.postgresql.org/docs/12/tsm-system-time.html) | 1.0 | TABLESAMPLE method which accepts time in milliseconds as a limit|
@@ -352,6 +355,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
352355
> |[postgis_topology](https://postgis.net/docs/Topology.html) | 2.5.5 | PostGIS topology spatial types and functions|
353356
> |[postgres_fdw](https://www.postgresql.org/docs/11/postgres-fdw.html) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
354357
> |[sslinfo](https://www.postgresql.org/docs/11/sslinfo.html) | 1.2 | information about SSL certificates|
358+
> |[semver](https://pgxn.org/dist/semver/doc/semver.html) | 0.32.0 | semantic version data type|
355359
> |[tablefunc](https://www.postgresql.org/docs/11/tablefunc.html) | 1.0 | functions that manipulate whole tables, including crosstab|
356360
> |[timescaledb](https://github.com/timescale/timescaledb) | 1.7.4 | Open-source relational database for time-series and analytics|
357361
> |[tsm_system_rows](https://www.postgresql.org/docs/11/tsm-system-rows.html) | 1.0 | TABLESAMPLE method which accepts number of rows as a limit|

articles/postgresql/flexible-server/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This page provides latest news and updates regarding feature additions, engine v
1818

1919
## Release: February 2023
2020
* Public preview of [Autovacuum Metrics](./concepts-monitoring.md#autovacuum-metrics) for Azure Database for PostgreSQL – Flexible Server.
21+
* Support for [extension](concepts-extensions.md) semver with new servers<sup>$</sup>
2122

2223
## Release: January 2023
2324
* General availability of [Azure Active Directory Support](./concepts-azure-ad-authentication.md) for Azure Database for PostgreSQL - Flexible Server in all Azure Public Regions

0 commit comments

Comments
 (0)