Skip to content

Commit 8487608

Browse files
Merge pull request #215994 from jonels-msft/cdbpg-missing-version
Missing value in table
2 parents cdf867b + 926e84f commit 8487608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/postgresql/reference-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jonels-msft
66
ms.service: cosmos-db
77
ms.subservice: postgresql
88
ms.topic: conceptual
9-
ms.date: 10/19/2022
9+
ms.date: 10/26/2022
1010
---
1111
# PostgreSQL extensions in Azure Cosmos DB for PostgreSQL
1212

@@ -133,7 +133,7 @@ The versions of each extension installed in a cluster sometimes differ based on
133133
> [!div class="mx-tableFixed"]
134134
> | **Extension** | **Description** | **PG 11** | **PG 12** | **PG 13** | **PG 14** | **PG 15** |
135135
> |---|---|---|---|---|
136-
> | [PostGIS](https://www.postgis.net/) | Spatial and geographic objects for PostgreSQL. | 2.5.5 | 3.0.5 | 3.0.5 | 3.1.5 |
136+
> | [PostGIS](https://www.postgis.net/) | Spatial and geographic objects for PostgreSQL. | 2.5.5 | 3.0.5 | 3.0.5 | 3.1.5 | 3.3.1 |
137137
> | address\_standardizer | Used to parse an address into constituent elements. Used to support geocoding address normalization step. | 2.5.5 | 3.0.5 | 3.0.5 | 3.1.5 | 3.3.1 |
138138
> | postgis\_sfcgal | PostGIS SFCGAL functions. | 2.5.5 | 3.0.5 | 3.0.5 | 3.1.5 | 3.3.1 |
139139
> | postgis\_topology | PostGIS topology spatial types and functions. | 2.5.5 | 3.0.5 | 3.0.5 | 3.1.5 | 3.3.1 |

0 commit comments

Comments
 (0)