Update documentation - include supported windows version for release 12

Started by Emil Igglandalmost 7 years ago3 messagesdocs
Beta feature

Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.

never appliedCI history
Jump to latest
#1Emil Iggland
emil.iggland@metrima.com

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
#2Michael Paquier
michael@paquier.xyz
In reply to: Emil Iggland (#1)
Re: Update documentation - include supported windows version for release 12

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>&nbsp;</td>
+   </tr> 
+   <tr>
<th scope="row">11</th>
<td>2019, 2016, 2012 R2</td>
<td>&nbsp;</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

#3Jonathan S. Katz
jkatz@postgresql.org
In reply to: Michael Paquier (#2)
Re: Update documentation - include supported windows version for release 12

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>&nbsp;</td>
+   </tr> 
+   <tr>
<th scope="row">11</th>
<td>2019, 2016, 2012 R2</td>
<td>&nbsp;</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