cherrylzhao commented on issue #5912:
URL: https://github.com/apache/shardingsphere/issues/5912#issuecomment-639453401


   associated code is `PostgreSQLAuthenticationEngine`.
   ```
   public boolean auth(final ChannelHandlerContext context, final PacketPayload 
payload, final BackendConnection backendConnection) {
          .....
          // TODO send a md5 authentication request message
           context.write(new PostgreSQLAuthenticationOKPacket(true));
           context.write(new PostgreSQLParameterStatusPacket("server_version", 
"12.3"));
           context.write(new PostgreSQLParameterStatusPacket("client_encoding", 
"UTF8"));
           context.write(new PostgreSQLParameterStatusPacket("server_encoding", 
"UTF8"));
   }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to