@@ -173,6 +173,7 @@ The following extensions are available in Azure Database for PostgreSQL - Flexib
173
173
> | [ postgis_topology] ( https://postgis.net/docs/Topology.html ) | 3.2.0 | PostGIS topology spatial types and functions|
174
174
> | [ postgres_fdw] ( https://www.postgresql.org/docs/13/postgres-fdw.html ) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
175
175
> | [ 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|
176
177
> | [ timescaledb] ( https://github.com/timescale/timescaledb ) | 2.5.1 | Open-source relational database for time-series and analytics|
177
178
> | [ 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|
178
179
> | [ 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
233
234
> | [ postgis_topology] ( https://postgis.net/docs/Topology.html ) | 3.2.0 | PostGIS topology spatial types and functions|
234
235
> | [ postgres_fdw] ( https://www.postgresql.org/docs/13/postgres-fdw.html ) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
235
236
> | [ 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|
236
238
> | [ timescaledb] ( https://github.com/timescale/timescaledb ) | 2.5.1 | Open-source relational database for time-series and analytics|
237
239
> | [ 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|
238
240
> | [ 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
293
295
> | [ postgis_topology] ( https://postgis.net/docs/Topology.html ) | 3.2.0 | PostGIS topology spatial types and functions|
294
296
> | [ postgres_fdw] ( https://www.postgresql.org/docs/12/postgres-fdw.html ) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
295
297
> | [ 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|
296
299
> | [ timescaledb] ( https://github.com/timescale/timescaledb ) | 2.5.1 | Open-source relational database for time-series and analytics|
297
300
> | [ 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|
298
301
> | [ 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
352
355
> | [ postgis_topology] ( https://postgis.net/docs/Topology.html ) | 2.5.5 | PostGIS topology spatial types and functions|
353
356
> | [ postgres_fdw] ( https://www.postgresql.org/docs/11/postgres-fdw.html ) | 1.0 | foreign-data wrapper for remote PostgreSQL servers|
354
357
> | [ 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|
355
359
> | [ tablefunc] ( https://www.postgresql.org/docs/11/tablefunc.html ) | 1.0 | functions that manipulate whole tables, including crosstab|
356
360
> | [ timescaledb] ( https://github.com/timescale/timescaledb ) | 1.7.4 | Open-source relational database for time-series and analytics|
357
361
> | [ 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|
0 commit comments