]> granicus.if.org Git - postgresql/commitdiff
doc: Remove incorrect SCRAM protocol documentation
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 13 Sep 2017 14:10:34 +0000 (10:10 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 13 Sep 2017 14:11:54 +0000 (10:11 -0400)
The documentation claimed that one should send
"pg_same_as_startup_message" as the user name in the SCRAM messages, but
this did not match the actual implementation, so remove it.

doc/src/sgml/protocol.sgml

index 2bb4e38a9dbcaf45a58c731a9d7fb085e1f9ca6a..4931857c8e0df6ed6814d885c856d657d88c529d 100644 (file)
@@ -1410,9 +1410,7 @@ that the client sends in the <structname>client-first-message</>. The user name
 that was already sent in the startup message is used instead.
 <productname>PostgreSQL</> supports multiple character encodings, while SCRAM
 dictates UTF-8 to be used for the user name, so it might be impossible to
-represent the PostgreSQL user name in UTF-8. To avoid confusion, the client
-should use <literal>pg_same_as_startup_message</literal> as the user name in the
-<structname>client-first-message</>.
+represent the PostgreSQL user name in UTF-8.
   </para>
 
   <para>