diff options
-rw-r--r-- | doc/src/sgml/protocol.sgml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 2bb4e38a9db..4931857c8e0 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -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> |