Update documentation - include supported windows version for release 12

Started by Emil Igglandover 6 years ago3 messagesdocs
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