Doc: update or remove dead external links.
authorTom Lane
Fri, 10 Jul 2020 17:16:00 +0000 (13:16 -0400)
committerTom Lane
Fri, 10 Jul 2020 17:16:19 +0000 (13:16 -0400)
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[email protected]

doc/src/sgml/geqo.sgml
doc/src/sgml/installation.sgml
doc/src/sgml/libpq.sgml
doc/src/sgml/runtime.sgml

index 39d2163d160c2f44489ad7ead7a34a52a90aa420..c754b2b63e098c43383dea7e998f659beb39df33 100644 (file)
    
     
      
-      aip.de/~ast/EvolCompFAQ/">
+      faqs.org/faqs/ai-faq/genetic/part1/">
       The Hitch-Hiker's Guide to Evolutionary Computation, (FAQ for 
       url="news://comp.ai.genetic">)
      
index 4f89b4e9303d3d7562606aeccc1088410ac5c940..552303e21142173c3b0c83b2f4f4536921d5aaa8 100644 (file)
@@ -2242,62 +2242,6 @@ ERROR:  could not load library "/opt/dbs/pgsql/lib/plperl.so": Bad address
      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
-       
-     
-    
    
   
 
index d1ccaa775a195a786ea1abef98bca1d4a2212e5b..f7b765f76dc9b0b7b6c1e5029f16e7ec03db3c16 100644 (file)
@@ -7916,9 +7916,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 
-   url="http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04.html">
-   for details on the SSL API.
   
 
   
index 331d01b4445a1155173273023d7abbb349e88d8e..937bb2e8ac95566819f8e15afddea6dc86afc1ab 100644 (file)
@@ -2257,9 +2257,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 
-   url="http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04s02.html">
-   for diagrams showing SSL certificate usage.)