Skip to content

Commit d75060f

Browse files
authored
Merge pull request #79348 from rachel-msft/edits611
Update concepts-supported-versions.md
2 parents 33fe0f6 + 99d1d09 commit d75060f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/postgresql/concepts-supported-versions.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ author: rachel-msft
55
ms.author: raagyema
66
ms.service: postgresql
77
ms.topic: conceptual
8-
ms.date: 5/6/2019
8+
ms.date: 06/11/2019
99
---
1010
# Supported PostgreSQL database versions
1111
Microsoft aims to support n-2 versions of the PostgreSQL engine in Azure Database for PostgreSQL - Single Server. The versions would be the current major version on Azure (n) and the two prior major versions (-2).
1212

1313
Azure Database for PostgreSQL currently supports the following versions:
1414

15+
## PostgreSQL Version 11.2
16+
Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/11/static/release-11-2.html) to learn more about improvements and fixes in this minor version.
17+
18+
>[!NOTE]
19+
> PostgreSQL version 11 is available in preview. Support for creation using the Azure portal is being rolled out and may not yet be available in your region. You can use the [Azure CLI](quickstart-create-server-database-azure-cli.md) to create a Postgres 11 server in any region. For example, `az postgres server create -g group -n server -u username -p password -l westeurope --sku-name GP_Gen5_2 --version 11`.
20+
1521
## PostgreSQL Version 10.7
1622
Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/10/static/release-10-7.html) to learn more about improvements and fixes in this minor version.
1723

0 commit comments

Comments
 (0)