From: Peter Eisentraut Date: Thu, 17 Aug 2017 15:39:00 +0000 (-0400) Subject: doc: Update RFC URLs X-Git-Tag: REL_10_BETA4~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca49d69b7c8f04c495ce39ff4460e017656db901;p=postgresql doc: Update RFC URLs Consistently use the IETF HTML links instead of a random mix of different sites and formats. Correct one RFC number and fix one broken link. --- diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 819db811b2..2dd6c29350 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -941,7 +941,7 @@ omicron bryanh guest1 scram-sha-256 performs SCRAM-SHA-256 authentication, as described in - RFC5802. It + RFC 7677. It is a challenge-response scheme, that prevents password sniffing on untrusted connections. It is more secure than the md5 method, but might not be supported by older clients. diff --git a/doc/src/sgml/json.sgml b/doc/src/sgml/json.sgml index 3cf78d6394..7dfdf96764 100644 --- a/doc/src/sgml/json.sgml +++ b/doc/src/sgml/json.sgml @@ -13,7 +13,7 @@ JSON data types are for storing JSON (JavaScript Object Notation) - data, as specified in RFC + data, as specified in RFC 7159. Such data can also be stored as text, but the JSON data types have the advantage of enforcing that each stored value is valid according to the JSON rules. There are also diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index ad5e9b95b4..8e0b0b8586 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -775,7 +775,7 @@ PGPing PQping(const char *conninfo); connection parameters. There are two accepted formats for these strings: plain keyword = value strings and URIs. URIs generally follow - RFC + RFC 3986, except that multi-host connection strings are allowed as further described below. diff --git a/doc/src/sgml/pgcrypto.sgml b/doc/src/sgml/pgcrypto.sgml index bf514aacf3..34d8621958 100644 --- a/doc/src/sgml/pgcrypto.sgml +++ b/doc/src/sgml/pgcrypto.sgml @@ -1317,15 +1317,15 @@ gen_random_uuid() returns uuid - + OpenPGP message format. - + The MD5 Message-Digest Algorithm. - + HMAC: Keyed-Hashing for Message Authentication.