Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit089880b

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, butthis did not match the actual implementation, so remove it.
1 parent82e367d commit089880b

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)

[8]ページ先頭

©2009-2025 Movatter.jp