You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/concepts-extensions.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: kfile
8
8
editor: jasonwhowell
9
9
ms.service: postgresql
10
10
ms.topic: article
11
-
ms.date: 05/30/2018
11
+
ms.date: 11/12/2018
12
12
---
13
13
# PostgreSQL extensions in Azure Database for PostgreSQL
14
14
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
|[plv8](https://plv8.github.io/)| A Javascript language extension for PostgreSQL that can be used for stored procedures, triggers, etc. |
72
73
73
74
### Miscellaneous extensions
74
75
@@ -82,7 +83,7 @@ The following tables list the standard PostgreSQL extensions that are currently
82
83
|[pgstattuple](https://www.postgresql.org/docs/9.6/static/pgstattuple.html)| Provides a means for showing tuple-level statistics. |
83
84
|[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. |
84
85
|[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. |
Copy file name to clipboardExpand all lines: articles/postgresql/concepts-supported-versions.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,24 @@ manager: kfile
8
8
editor: jasonwhowell
9
9
ms.service: postgresql
10
10
ms.topic: article
11
-
ms.date: 09/07/2018
11
+
ms.date: 11/12/2018
12
12
---
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).
15
15
16
16
Azure Database for PostgreSQL currently supports the following versions:
17
17
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.
20
20
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.
23
23
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.
26
26
27
27
## 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.
29
29
30
30
## Next steps
31
31
For information about the support of different PostgreSQL extensions, see [PostgreSQL Extensions](concepts-extensions.md).
0 commit comments