Skip to content

Commit 478897f

Browse files
Merge pull request #248014 from niklarin/citus12
Citus 12 announcement
2 parents caa136c + a686793 commit 478897f

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

articles/cosmos-db/postgresql/product-updates.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.custom: mvc
77
ms.service: cosmos-db
88
ms.subservice: postgresql
99
ms.topic: conceptual
10-
ms.date: 08/01/2023
10+
ms.date: 08/09/2023
1111
---
1212

1313
# Product updates for Azure Cosmos DB for PostgreSQL
@@ -23,6 +23,9 @@ Updates that don’t directly affect the internals of a cluster are rolled out g
2323
Updates that change cluster internals, such as installing a [new minor PostgreSQL version](https://www.postgresql.org/developer/roadmap/), are delivered to existing clusters as part of the next [scheduled maintenance](concepts-maintenance.md) event. Such updates are available immediately to newly created clusters.
2424

2525
### August 2023
26+
* General availability: Citus 12 is now available in [all supported regions](./resources-regions.md) with PostgreSQL 14 and PostgreSQL 15.
27+
* Check [what's new in Citus 12](https://www.citusdata.com/updates/v12-0/).
28+
* See [Postgres and Citus version in-place upgrade](./concepts-upgrade.md).
2629
* Preview: [Azure Active Directory (Azure AD) authentication](./concepts-authentication.md#azure-active-directory-authentication-preview) is now supported in addition to Postgres roles.
2730
* Preview: Azure CLI is now supported for all Azure Cosmos DB for PostgreSQL management operations.
2831
* See [details](/cli/azure/cosmosdb/postgres).

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Extensions – Azure Cosmos DB for PostgreSQL
33
description: Describes the ability to extend the functionality of your database by using extensions in Azure Cosmos DB for PostgreSQL
4-
ms.author: jonels
5-
author: jonels-msft
4+
ms.author: nlarin
5+
author: niklarin
66
ms.service: cosmos-db
77
ms.subservice: postgresql
88
ms.custom: build-2023
99
ms.topic: conceptual
10-
ms.date: 02/25/2023
10+
ms.date: 08/09/2023
1111
---
1212
# PostgreSQL extensions in Azure Cosmos DB for PostgreSQL
1313

@@ -42,7 +42,7 @@ The versions of each extension installed in a cluster sometimes differ based on
4242
> [!div class="mx-tableFixed"]
4343
> | **Extension** | **Description** | **PG 11** | **PG 12** | **PG 13** | **PG 14** | **PG 15** |
4444
> |---|---|---|---|---|
45-
> | [citus](https://github.com/citusdata/citus) | Citus distributed database. | 9.5.12 | 10.2.9 | 11.3.0 | 11.3.0 | 11.3.0 |
45+
> | [citus](https://github.com/citusdata/citus) | Citus distributed database. | 9.5.12 | 10.2.9 | 11.3.0 | 12.0.0 | 12.0.0 |
4646
4747
### Data types extensions
4848

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: cosmos-db
77
ms.subservice: postgresql
88
ms.custom: ignite-2022
99
ms.topic: conceptual
10-
ms.date: 05/15/2023
10+
ms.date: 08/09/2023
1111
---
1212

1313
# Supported database versions in Azure Cosmos DB for PostgreSQL
@@ -105,8 +105,7 @@ PostgreSQL database version:
105105

106106
Depending on which version of PostgreSQL is running in a cluster,
107107
different [versions of PostgreSQL extensions](reference-extensions.md)
108-
will be installed as well. In particular, PostgreSQL 13, PostgreSQL 14, and PostgreSQL 15 come with Citus 11, PostgreSQL 12 comes with
109-
Citus 10, and earlier PostgreSQL versions come with Citus 9.5.
108+
will be installed as well. In particular, PostgreSQL 14 and PostgreSQL 15 come with Citus 12, PostgreSQL 13 comes with Citus 11, PostgreSQL 12 comes with Citus 10, and earlier PostgreSQL versions come with Citus 9.5.
110109

111110
## Next steps
112111

0 commit comments

Comments
 (0)