Update documentation - include supported windows version for release 12
PostgreSQL 12 has been released and is available for download from the
EnterpriseDB website.
The documentation should be updated to reflect the supported versions.
Attached patch does that.
--
Emil Iggland
Westmansgatan 37, SE-582 16 Linköping
Direkt: +46(0)70 - 964 27 87
Växel: +46(0)13 - 36 46 00
Mail: emil.iggland@metrima.com
Attachments:
0001-Update-windows.html.patchtext/plain; charset=UTF-8; name=0001-Update-windows.html.patchDownload+6-2
On Tue, Oct 15, 2019 at 11:56:38AM +0200, Emil Iggland wrote:
PostgreSQL 12 has been released and is available for download from the
EnterpriseDB website.
The documentation should be updated to reflect the supported versions.
Attached patch does that.
@@ -47,7 +47,12 @@ This download is intended for users who wish to include PostgreSQL as part of an </tr> </thead> <tbody> - <tr> + <tr> + <th scope="row">12</th> + <td>2019, 2016, 2012 R2</td> + <td> </td> + </tr> + <tr> <th scope="row">11</th> <td>2019, 2016, 2012 R2</td> <td> </td>
This is not part of the core Postgres documentation. Magnus,
Jonathan, isn't that the website code that is out-of-date? The
reference is here:
https://www.postgresql.org/download/windows/
--
Michael
On 10/17/19 3:12 AM, Michael Paquier wrote:
On Tue, Oct 15, 2019 at 11:56:38AM +0200, Emil Iggland wrote:
PostgreSQL 12 has been released and is available for download from the
EnterpriseDB website.
The documentation should be updated to reflect the supported versions.
Attached patch does that.@@ -47,7 +47,12 @@ This download is intended for users who wish to include PostgreSQL as part of an </tr> </thead> <tbody> - <tr> + <tr> + <th scope="row">12</th> + <td>2019, 2016, 2012 R2</td> + <td> </td> + </tr> + <tr> <th scope="row">11</th> <td>2019, 2016, 2012 R2</td> <td> </td>This is not part of the core Postgres documentation. Magnus,
Jonathan, isn't that the website code that is out-of-date? The
reference is here:
https://www.postgresql.org/download/windows/
It is. I modified the patch to include the updates for the macOS
installers as well and have committed it.
Thanks!
Jonathan