Re: Replace mention of FTP server with more up to date downloads location

2021-01-22 Thread Daniel Gustafsson
> On 22 Jan 2021, at 12:51, Magnus Hagander wrote: > > On Fri, Jan 22, 2021 at 11:36 AM Daniel Gustafsson wrote: >> >> While looking at something else, I noticed that we still refer to the >> "PostgreSQL FTP server" in the MSVC portion of the docs even though the FTP >> server is long since gon

Re: Replace mention of FTP server with more up to date downloads location

2021-01-22 Thread Magnus Hagander
On Fri, Jan 22, 2021 at 11:36 AM Daniel Gustafsson wrote: > > While looking at something else, I noticed that we still refer to the > "PostgreSQL FTP server" in the MSVC portion of the docs even though the FTP > server is long since gone. The attached diff changes it to refer to the > downloads s

Replace mention of FTP server with more up to date downloads location

2021-01-22 Thread Daniel Gustafsson
While looking at something else, I noticed that we still refer to the "PostgreSQL FTP server" in the MSVC portion of the docs even though the FTP server is long since gone. The attached diff changes it to refer to the downloads section of the web site instead which seems more up to date. -- Danie