pgsql: Doc: update or remove dead external links. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: update or remove dead external links.
Date
Msg-id E1jtwde-0006oc-RZ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: update or remove dead external links.

Re-point comp.ai.genetic FAQ link to a more stable address.

Remove stale links to AIX documentation; we don't really need to
tell AIX users how to use their systems.

Remove stale links to HP documentation about SSL.  We've had to
update those twice before, making it increasingly obvious that
HP does not intend them to be stable landing points.  They're
not particularly authoritative, either.  (This change effectively
reverts bbd3bdba3.)

Daniel Gustafsson and Álvaro Herrera, per a gripe from
Kyotaro Horiguchi.  Back-patch, since these links are
just as dead in the back branches.

Discussion: https://postgr.es/m/20200709.161226.204639179120026914.horikyota.ntt@gmail.com

Branch
------
REL9_5_STABLE

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

Modified Files
--------------
doc/src/sgml/geqo.sgml         |  2 +-
doc/src/sgml/installation.sgml | 56 ------------------------------------------
doc/src/sgml/libpq.sgml        |  3 ---
doc/src/sgml/runtime.sgml      |  3 ---
4 files changed, 1 insertion(+), 63 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add missing tags in application doc
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Improve error reporting for jsonpath .double() method