Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 089880b

Browse files
committed
doc: Remove incorrect SCRAM protocol documentation
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.
1 parent 82e367d commit 089880b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/src/sgml/protocol.sgml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,9 +1529,7 @@ that the client sends in the <structname>client-first-message</>. The user name
15291529
that was already sent in the startup message is used instead.
15301530
<productname>PostgreSQL</> supports multiple character encodings, while SCRAM
15311531
dictates UTF-8 to be used for the user name, so it might be impossible to
1532-
represent the PostgreSQL user name in UTF-8. To avoid confusion, the client
1533-
should use <literal>pg_same_as_startup_message</literal> as the user name in the
1534-
<structname>client-first-message</>.
1532+
represent the PostgreSQL user name in UTF-8.
15351533
</para>
15361534

15371535
<para>

0 commit comments

Comments
 (0)