From: Tom Lane Date: Fri, 10 Jul 2020 17:16:00 +0000 (-0400) Subject: Doc: update or remove dead external links. X-Git-Tag: REL9_6_19~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a20535da7273186361a2a82a558658135cb9ab07;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index e0f8adcd6ed..38a3ad0cd8b 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -304,7 +304,7 @@ - + The Hitch-Hiker's Guide to Evolutionary Computation, (FAQ for ) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index cae79733f08..4f9adf429f7 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2343,62 +2343,6 @@ createlang: language installation failed: ERROR: could not load library "/opt/d out-of-memory kill is configurable on a system- or process-wide basis if this becomes a problem. - - - References and Resources - - - - <ulink url="http://publib.boulder.ibm.com/infocenter/pseries/topic/com.ibm.aix.doc/aixprggd/genprogc/lrg_prg_support.htm">Large Program Support</ulink> - - - AIX Documentation: General Programming Concepts: Writing and Debugging Programs - - - - - - <ulink url="http://publib.boulder.ibm.com/infocenter/pseries/topic/com.ibm.aix.doc/aixprggd/genprogc/address_space.htm">Program Address Space Overview</ulink> - - - AIX Documentation: General Programming Concepts: Writing and Debugging Programs - - - - - - <ulink url="http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.doc/aixbman/prftungd/resmgmt2.htm">Performance Overview of the Virtual Memory Manager (VMM)</ulink> - - - AIX Documentation: Performance Management Guide - - - - - - <ulink url="http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.doc/aixbman/prftungd/memperf7.htm">Page Space Allocation</ulink> - - - AIX Documentation: Performance Management Guide - - - - - - <ulink url="http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.doc/aixbman/prftungd/memperf6.htm">Paging-space thresholds tuning</ulink> - - - AIX Documentation: Performance Management Guide - - - - - <ulink url="http://www.redbooks.ibm.com/abstracts/sg245674.html?Open">Developing and Porting C and C++ Applications on AIX</ulink> - - IBM Redbook - - - diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 101c1ad56d9..9da17a2f68e 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -7703,9 +7703,6 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*) that the libssl and/or libcrypto libraries have been initialized by your application, so that libpq will not also initialize those libraries. - See - for details on the SSL API. diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 84d1bce70ad..196ed5adc24 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -2333,9 +2333,6 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433 intermediate certificates were created with v3_ca extensions). Certificate Revocation List (CRL) entries are also checked if the parameter is set. - (See - for diagrams showing SSL certificate usage.)