[COMMITTERS] pgsql: Change documentation references to PG website to use https:not - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Change documentation references to PG website to use https:not
Date
Msg-id E1dCG1b-0002iD-Hw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_2_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d22203ff1fe4e4fd5eafaa06fdffcae5513b07d5

Modified Files
--------------
HISTORY                             |  2 +-
README                              |  6 +++---
README.git                          |  2 +-
doc/TODO                            |  2 +-
doc/bug.template                    |  2 +-
doc/src/sgml/acronyms.sgml          |  2 +-
doc/src/sgml/advanced.sgml          |  2 +-
doc/src/sgml/contacts.sgml          |  2 +-
doc/src/sgml/external-projects.sgml |  2 +-
doc/src/sgml/info.sgml              |  8 ++++----
doc/src/sgml/installation.sgml      | 20 +++++++++++---------
doc/src/sgml/problems.sgml          |  2 +-
doc/src/sgml/release.sgml           |  4 ++--
doc/src/sgml/sepgsql.sgml           |  2 +-
doc/src/sgml/sourcerepo.sgml        |  6 +++---
15 files changed, 33 insertions(+), 31 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Rethink flex flags for syncrep_scanner.l.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix contrib/sepgsql regression tests for partition NOT NULLchan