Change documentation references to PG website to use https: not http:

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d22203ff1fe4e4fd5eafaa06fdffcae5513b07d5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-05-21T01:50:47Z
Releases: 9.2.22
Change documentation references to PG website to use https: not http:

This is more secure, and saves a redirect since we no longer accept
plain HTTP connections on the website.

References in code comments should probably be updated too, but
that doesn't seem to need back-patching, whereas this does.

Also, in the 9.2 branch, remove suggestion that you can get the
source code via FTP, since that service will be shut down soon.

Daniel Gustafsson, with a few additional changes by me

Discussion: https://postgr.es/m/9A2C89A7-0BB8-41A8-B288-8B7BD09D7D44@yesql.se

Files

PathChange+/−
doc/bug.template modified +1 −1
doc/src/sgml/acronyms.sgml modified +1 −1
doc/src/sgml/advanced.sgml modified +1 −1
doc/src/sgml/contacts.sgml modified +1 −1
doc/src/sgml/external-projects.sgml modified +1 −1
doc/src/sgml/info.sgml modified +4 −4
doc/src/sgml/installation.sgml modified +11 −9
doc/src/sgml/problems.sgml modified +1 −1
doc/src/sgml/release.sgml modified +2 −2
doc/src/sgml/sepgsql.sgml modified +1 −1
doc/src/sgml/sourcerepo.sgml modified +3 −3
doc/TODO modified +1 −1
HISTORY modified +1 −1
README modified +3 −3
README.git modified +1 −1

Discussion