Skip to content

Commit 565a26e

Browse files
author
github-actions
committed
Update extensions
1 parent 8d948b0 commit 565a26e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/flexible-server/includes/extensions-table.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: akashraokm
33
ms.author: akashrao
44
ms.reviewer: maghan
5-
ms.date: 05/06/2024
5+
ms.date: 05/10/2024
66
ms.service: postgresql
77
ms.subservice: flexible-server
88
ms.topic: include
@@ -12,7 +12,7 @@ ms.topic: include
1212
| [address_standardizer](http://postgis.net/docs/manual-2.5/Address_Standardizer.html) | Used to parse an address into constituent elements. Generally used to support geocoding address normalization step. | 3.3.3 | 3.3.1 | 3.2.3 | 3.2.3 | 3.2.3 | 3.2.3|
1313
| [address_standardizer_data_us](http://postgis.net/docs/manual-2.5/Address_Standardizer.html) | Address Standardizer US dataset example | 3.3.3 | 3.3.1 | 3.2.3 | 3.2.3 | 3.2.3 | 3.2.3|
1414
| [amcheck](https://www.postgresql.org/docs/13/amcheck.html) | Functions for verifying relation integrity | 1.3 | 1.3 | 1.3 | 1.2 | 1.2 | 1.1|
15-
| [azure_ai](../generative-ai-azure-overview.md) | Azure AI and ML Services integration for PostgreSQL | 1.0.0 | 1.1.0 | 1.0.0 | 1.0.0 | 1.0.0 | N/A|
15+
| [azure_ai](../generative-ai-azure-overview.md) | Azure AI and ML Services integration for PostgreSQL | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | 1.1.0 | N/A|
1616
| [azure_storage](../concepts-storage-extension.md) | Azure integration for PostgreSQL | 1.4 :heavy_check_mark: | 1.4 :heavy_check_mark: | 1.4 :heavy_check_mark: | 1.4 :heavy_check_mark: | 1.4 :heavy_check_mark: | N/A|
1717
| [bloom](https://www.postgresql.org/docs/13/bloom.html) | Bloom access method - signature file based index | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0|
1818
| [btree_gin](https://www.postgresql.org/docs/13/btree-gin.html) | Support for indexing common datatypes in GIN | 1.3 | 1.3 | 1.3 | 1.3 | 1.3 | 1.3|
@@ -65,7 +65,7 @@ ms.topic: include
6565
| [sslinfo](https://www.postgresql.org/docs/13/sslinfo.html) | Information about SSL certificates | 1.2 | 1.2 | 1.2 | 1.2 | 1.2 | 1.2|
6666
| [tablefunc](https://www.postgresql.org/docs/11/tablefunc.html) | Functions that manipulate whole tables, including crosstab | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0|
6767
| [tds_fdw](https://github.com/tds-fdw/tds_fdw) | Foreign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server) | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3 | 2.0.3|
68-
| [timescaledb](https://github.com/timescale/timescaledb) | Enables scalable inserts and complex queries for time-series data | 2.13.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 1.7.4 :heavy_check_mark:|
68+
| [timescaledb](https://github.com/timescale/timescaledb) | Enables scalable inserts and complex queries for time-series data (Apache 2 Edition) | 2.13.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 2.10.0 :heavy_check_mark: | 1.7.4 :heavy_check_mark:|
6969
| [tsm_system_rows](https://www.postgresql.org/docs/13/tsm-system-rows.html) | TABLESAMPLE method which accepts number of rows as a limit | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0|
7070
| [tsm_system_time](https://www.postgresql.org/docs/13/tsm-system-time.html) | TABLESAMPLE method which accepts time in milliseconds as a limit | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0|
7171
| [unaccent](https://www.postgresql.org/docs/13/unaccent.html) | Text search dictionary that removes accents | 1.1 | 1.1 | 1.1 | 1.1 | 1.1 | 1.1|

0 commit comments

Comments
 (0)