aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-05-29 09:31:33 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-05-29 09:31:33 +0300
commit6fd65f6b877512eb1c35897d4c4c6779d100e459 (patch)
tree5d72fe34faf9317251fd0436988a8caaca30f2db
parent76a3df6e5e621928fbf0cddf347e16a62e9433ec (diff)
downloadpostgresql-6fd65f6b877512eb1c35897d4c4c6779d100e459.tar.gz
postgresql-6fd65f6b877512eb1c35897d4c4c6779d100e459.zip
Fix reference to RFC specifying SCRAM.
Noted by Peter Eisentraut
-rw-r--r--doc/src/sgml/protocol.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index d23df0261c9..4837be5016c 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -1401,7 +1401,7 @@ ErrorMessage.
<para>
<firstterm>SCRAM-SHA-256</> (called just <firstterm>SCRAM</> from now on) is
the only implemented SASL mechanism, at the moment. It is described in detail
- in RFC 7677 and RFC 5741.
+ in RFC 7677 and RFC 5802.
</para>
<para>