Thread: Update documentation - include supported windows version for release12
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
Attachment
Re: Update documentation - include supported windows version forrelease 12
From
Michael Paquier
Date:
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
Attachment
Re: Update documentation - include supported windows version forrelease 12
From
"Jonathan S. Katz"
Date:
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