From: Heikki Linnakangas Date: Tue, 3 Jan 2017 12:09:01 +0000 (+0200) Subject: Remove bogus notice that older clients might not work with MD5 passwords. X-Git-Tag: REL9_6_2~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7546c135dc300b33fe02ffde892a32f92b3a5438;p=postgresql Remove bogus notice that older clients might not work with MD5 passwords. That was written when we still had "crypt" authentication, and it was referring to the fact that an older client might support "crypt" authentication but not "md5". But we haven't supported "crypt" for years. (As soon as we add a new authentication mechanism that doesn't work with MD5 hashes, we'll need a similar notice again. But this text as it's worded now is just wrong.) Backpatch to all supported versions. Discussion: https://www.postgresql.org/message-id/9a7263eb-0980-2072-4424-440bb2513dc7@iki.fi --- diff --git a/doc/src/sgml/ref/create_role.sgml b/doc/src/sgml/ref/create_role.sgml index 38cd4c8369..a3b8ed9ab4 100644 --- a/doc/src/sgml/ref/create_role.sgml +++ b/doc/src/sgml/ref/create_role.sgml @@ -235,12 +235,6 @@ CREATE ROLE name [ [ WITH ] - - - Note that older clients might lack support for the MD5 - authentication mechanism that is needed to work with passwords - that are stored encrypted. -