Skip to content

Commit 195643f

Browse files
committed
PG16 support in CPG
1 parent 4a1a445 commit 195643f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 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: 08/24/2023
10+
ms.date: 09/27/2023
1111
---
1212

1313
# Supported database versions in Azure Cosmos DB for PostgreSQL
@@ -21,6 +21,12 @@ customizable during creation. Azure Cosmos DB for PostgreSQL currently supports
2121
following major [PostgreSQL
2222
versions](https://www.postgresql.org/docs/release/):
2323

24+
### PostgreSQL version 16
25+
26+
The current minor release is 16.0. Refer to the [PostgreSQL
27+
documentation](https://www.postgresql.org/docs/release/16.0/) to
28+
learn more about improvements and fixes in this minor release.
29+
2430
### PostgreSQL version 15
2531

2632
The current minor release is 15.4. Refer to the [PostgreSQL
@@ -87,6 +93,7 @@ policy](https://www.postgresql.org/support/versioning/).
8793
| [PostgreSQL 13](https://www.postgresql.org/about/news/postgresql-13-released-2077/) | [Features](https://www.postgresql.org/docs/13/release-13.html) | Apr 6, 2021 | Nov 13, 2025 |
8894
| [PostgreSQL 14](https://www.postgresql.org/about/news/postgresql-14-released-2318/) | [Features](https://www.postgresql.org/docs/14/release-14.html) | Oct 1, 2021 | Nov 12, 2026 |
8995
| [PostgreSQL 15](https://www.postgresql.org/about/news/postgresql-15-released-2526/) | [Features](https://www.postgresql.org/docs/15/release-15.html) | Oct 20, 2022 | Nov 11, 2027 |
96+
| [PostgreSQL 16](https://www.postgresql.org/about/news/postgresql-16-released-2715/) | [Features](https://www.postgresql.org/docs/16/release-16.html) | Sep 28, 2023 | Nov 9, 2028 |
9097

9198
### Retired PostgreSQL engine versions not supported in Azure Cosmos DB for PostgreSQL
9299

@@ -105,7 +112,7 @@ PostgreSQL database version:
105112

106113
Depending on which version of PostgreSQL is running in a cluster,
107114
different [versions of PostgreSQL extensions](reference-extensions.md)
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.
115+
will be installed as well. In particular, PostgreSQL 14, PostgreSQL 15, and PostgreSQL 16 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.
109116

110117
## Next steps
111118

0 commit comments

Comments
 (0)