Skip to content

Commit db285e5

Browse files
authored
Merge pull request #57796 from rachel-msft/version
version
2 parents f543437 + 4b3b74c commit db285e5

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

articles/postgresql/concepts-extensions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: kfile
88
editor: jasonwhowell
99
ms.service: postgresql
1010
ms.topic: article
11-
ms.date: 05/30/2018
11+
ms.date: 11/12/2018
1212
---
1313
# PostgreSQL extensions in Azure Database for PostgreSQL
1414
PostgreSQL provides the ability to extend the functionality of your database using extensions. Extensions allow for bundling multiple related SQL objects together in a single package that can be loaded or removed from your database with a single command. After being loaded in the database, extensions can function as do built-in features. For more information on PostgreSQL extensions, see [Packaging Related Objects into an Extension](https://www.postgresql.org/docs/9.6/static/extend-extensions.html).
@@ -69,6 +69,7 @@ The following tables list the standard PostgreSQL extensions that are currently
6969
| **Extension** | **Description** |
7070
|---|---|
7171
| [plpgsql](https://www.postgresql.org/docs/9.6/static/plpgsql.html) | PL/pgSQL loadable procedural language. |
72+
| [plv8](https://plv8.github.io/) | A Javascript language extension for PostgreSQL that can be used for stored procedures, triggers, etc. |
7273

7374
### Miscellaneous extensions
7475

@@ -82,7 +83,7 @@ The following tables list the standard PostgreSQL extensions that are currently
8283
| [pgstattuple](https://www.postgresql.org/docs/9.6/static/pgstattuple.html) | Provides a means for showing tuple-level statistics. |
8384
| [postgres\_fdw](https://www.postgresql.org/docs/9.6/static/postgres-fdw.html) | Foreign-data wrapper used to access data stored in external PostgreSQL servers. |
8485
| [hypopg](https://hypopg.readthedocs.io/en/latest/) | Provides a means of creating hypothetical indexes that don't cost CPU or disk. |
85-
| [plv8](https://plv8.github.io/) | A Javascript language extension for PostgreSQL that can be used for stored procedures, triggers, etc. |
86+
8687

8788
### PostGIS extensions
8889

articles/postgresql/concepts-supported-versions.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@ manager: kfile
88
editor: jasonwhowell
99
ms.service: postgresql
1010
ms.topic: article
11-
ms.date: 09/07/2018
11+
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, meaning the currently released major version (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

18-
## PostgreSQL Version 10.4
19-
Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/10/static/release-10-4.html) to learn more about improvements and fixes in this minor version.
18+
## PostgreSQL Version 10.5
19+
Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/10/static/release-10-5.html) to learn more about improvements and fixes in this minor version.
2020

21-
## PostgreSQL Version 9.6.9
22-
Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/9.6/static/release-9-6-9.html) to learn more about improvements and fixes in this minor version.
21+
## PostgreSQL Version 9.6.10
22+
Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/9.6/static/release-9-6-10.html) to learn more about improvements and fixes in this minor version.
2323

24-
## PostgreSQL Version 9.5.13
25-
Refer to the [PostgreSQL documentation](https://www.postgresql.org/docs/9.5/static/release-9-5-13.html) to learn about improvements and fixes in this minor version.
24+
## PostgreSQL Version 9.5.14
25+
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)