From 05a89d261647be5ad915568afd1db3289c22c3a3 Mon Sep 17 00:00:00 2001 From: Kyotaro Horiguchi Date: Fri, 17 Jul 2020 12:11:40 +0900 Subject: [PATCH 3/3] change http URLs to https --- doc/src/sgml/acronyms.sgml | 6 +++--- doc/src/sgml/biblio.sgml | 2 +- doc/src/sgml/config.sgml | 2 +- doc/src/sgml/earthdistance.sgml | 2 +- doc/src/sgml/external-projects.sgml | 8 ++++---- doc/src/sgml/geqo.sgml | 2 +- doc/src/sgml/install-windows.sgml | 6 +++--- doc/src/sgml/isn.sgml | 2 +- doc/src/sgml/monitoring.sgml | 2 +- doc/src/sgml/nls.sgml | 2 +- doc/src/sgml/pgcrypto.sgml | 6 +++--- doc/src/sgml/pltcl.sgml | 2 +- doc/src/sgml/textsearch.sgml | 2 +- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/doc/src/sgml/acronyms.sgml b/doc/src/sgml/acronyms.sgml index f638665dc9..4e5ec983c0 100644 --- a/doc/src/sgml/acronyms.sgml +++ b/doc/src/sgml/acronyms.sgml @@ -111,7 +111,7 @@ CVE - Common Vulnerabilities and Exposures + Common Vulnerabilities and Exposures @@ -321,7 +321,7 @@ IEEE - Institute of Electrical and + Institute of Electrical and Electronics Engineers @@ -384,7 +384,7 @@ JavaScript Object Notation + url="https://www.json.org">JavaScript Object Notation diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index c815d67cdf..128072ded9 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -137,7 +137,7 @@ - <ulink url="http://standards.iso.org/ittf/PubliclyAvailableStandards/c067367_ISO_IEC_TR_19075-6_2017.zip">SQL Technical Report</ulink> + <ulink url="https://standards.iso.org/ittf/PubliclyAvailableStandards/c067367_ISO_IEC_TR_19075-6_2017.zip">SQL Technical Report</ulink> Part 6: SQL support for JavaScript Object Notation (JSON) First Edition diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index b353c61683..a8b14c3c6a 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -5761,7 +5761,7 @@ local0.* /var/log/postgresql by .) The supported %-escapes are similar to those listed in the Open Group's strftime + url="https://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html">strftime specification. Note that the system's strftime is not used directly, so platform-specific (nonstandard) extensions do not work. diff --git a/doc/src/sgml/earthdistance.sgml b/doc/src/sgml/earthdistance.sgml index 22762b02f4..4ac52cb191 100644 --- a/doc/src/sgml/earthdistance.sgml +++ b/doc/src/sgml/earthdistance.sgml @@ -19,7 +19,7 @@ In this module, the Earth is assumed to be perfectly spherical. (If that's too inaccurate for you, you might want to look at the - PostGIS + PostGIS project.) diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index 2a136e856b..4627adc18f 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -79,7 +79,7 @@ libpqxx C++ C++ interface - + @@ -93,7 +93,7 @@ Npgsql .NET .NET data provider - + @@ -240,10 +240,10 @@ contains several extensions, which are described in . Other extensions are developed independently, like PostGIS. Even + url="https://postgis.net/">PostGIS. Even PostgreSQL replication solutions can be developed externally. For example, Slony-I is a popular + url="https://www.slony.info">Slony-I is a popular primary/standby replication solution that is developed independently from the core project. diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index c754b2b63e..ac552efd84 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -279,7 +279,7 @@ - + Evolutionary Computation and its application to art and design, by Craig Reynolds diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index e2b8a4de57..0d885d0a25 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -287,7 +287,7 @@ $ENV{MSBFLAGS}="/m"; Required for GSSAPI authentication support. MIT Kerberos can be downloaded from - . + . @@ -296,7 +296,7 @@ $ENV{MSBFLAGS}="/m"; libxslt Required for XML support. Binaries can be downloaded from - or source from + or source from . Note that libxml2 requires iconv, which is available from the same download location. @@ -333,7 +333,7 @@ $ENV{MSBFLAGS}="/m"; Required for compression support in pg_dump and pg_restore. Binaries can be downloaded - from . + from . diff --git a/doc/src/sgml/isn.sgml b/doc/src/sgml/isn.sgml index e1ea209ff1..e55ed07312 100644 --- a/doc/src/sgml/isn.sgml +++ b/doc/src/sgml/isn.sgml @@ -389,7 +389,7 @@ SELECT isbn13(id) FROM test; several sites, including: - + diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 048ccc0988..dc49177c78 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6133,7 +6133,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, DTrace utility is supported, which, at the time of this writing, is available on Solaris, macOS, FreeBSD, NetBSD, and Oracle Linux. The - SystemTap project + SystemTap project for Linux provides a DTrace equivalent and can also be used. Supporting other dynamic tracing utilities is theoretically possible by changing the definitions for the macros in src/include/utils/probes.h. diff --git a/doc/src/sgml/nls.sgml b/doc/src/sgml/nls.sgml index f2c1792955..3764d49f62 100644 --- a/doc/src/sgml/nls.sgml +++ b/doc/src/sgml/nls.sgml @@ -146,7 +146,7 @@ msgstr "another translated" someone has already done some translation work. The files are named language.po, where language is the - + ISO 639-1 two-letter language code (in lower case), e.g., fr.po for French. If there is really a need for more than one translation effort per language then the files diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index cc916ff1d6..6fd645aa70 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -1297,12 +1297,12 @@ gen_random_uuid() returns uuid The GNU Privacy Handbook. - + Describes the crypt-blowfish algorithm. - + How to choose a good password. @@ -1348,7 +1348,7 @@ gen_random_uuid() returns uuid Description of Fortuna CSPRNG. - + Jean-Luc Cooke Fortuna-based /dev/random driver for Linux. diff --git a/doc/src/sgml/pltcl.sgml b/doc/src/sgml/pltcl.sgml index 87735af34f..fb1ec632a8 100644 --- a/doc/src/sgml/pltcl.sgml +++ b/doc/src/sgml/pltcl.sgml @@ -14,7 +14,7 @@ PL/Tcl is a loadable procedural language for the PostgreSQL database system - that enables the + that enables the Tcl language to be used to write PostgreSQL functions. diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index 5bc57cd137..64c7ddb94a 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -3107,7 +3107,7 @@ largehearted The Snowball dictionary template is based on a project by Martin Porter, inventor of the popular Porter's stemming algorithm for the English language. Snowball now provides stemming algorithms for - many languages (see the Snowball + many languages (see the Snowball site for more information). Each algorithm understands how to reduce common variant forms of words to a base, or stem, spelling within its language. A Snowball dictionary requires a language -- 2.18.4