mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
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.
This commit is contained in:
parent
6dffdcfeef
commit
d587813edb
1 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue