Skip to content

Commit 4b3b74c

Browse files
committed
fix
1 parent 71b7fb3 commit 4b3b74c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/postgresql/concepts-supported-versions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ms.service: postgresql
1010
ms.topic: article
1111
ms.date: 11/12/2018
1212
---
13-
# Supported PostgreSQL Database Versions
14-
Microsoft aims to support n-2 versions of the PostgreSQL engine in the Azure Database for PostgreSQL service. That would be the currently released major version on Azure (n) and the two prior major versions (-2).
13+
# Supported PostgreSQL database versions
14+
Microsoft aims to support n-2 versions of the PostgreSQL engine in the Azure Database for PostgreSQL service. The versions would be the current major version on Azure (n) and the two prior major versions (-2).
1515

1616
Azure Database for PostgreSQL currently supports the following versions:
1717

@@ -25,7 +25,7 @@ Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/9.6/stat
2525
Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/9.5/static/release-9-5-14.html) to learn about improvements and fixes in this minor version.
2626

2727
## Managing updates and upgrades
28-
Azure Database for PostgreSQL automatically manages patching for minor version updates. Currently, major version upgrade is not supported. For example, upgrading from PostgreSQL 9.5 to PostgreSQL 9.6 is not supported. If you would like to upgrade to the next major version, take a [dump and restore](./howto-migrate-using-dump-and-restore.md) it to a server that was created with the new engine version.
28+
Azure Database for PostgreSQL automatically manages minor version patches. Currently, major version upgrade is not supported. For example, upgrading from PostgreSQL 9.5 to PostgreSQL 9.6 is not supported. If you would like to upgrade to the next major version, take a [dump and restore](./howto-migrate-using-dump-and-restore.md) it to a server that was created with the new engine version.
2929

3030
## Next steps
3131
For information about the support of different PostgreSQL extensions, see [PostgreSQL Extensions](concepts-extensions.md).

0 commit comments

Comments
 (0)