const github.com/jackc/pgx/v5/pgproto3.AuthTypeCleartextPassword

6 uses

	github.com/jackc/pgx/v5/pgproto3 (current package)
		authentication_cleartext_password.go#L29: 	if authType != AuthTypeCleartextPassword {
		authentication_cleartext_password.go#L39: 	dst = pgio.AppendUint32(dst, AuthTypeCleartextPassword)
		backend.go#L223: 		case AuthTypeCleartextPassword, AuthTypeMD5Password:
		backend.go#L274: 		AuthTypeCleartextPassword,
		frontend.go#L410: 	AuthTypeCleartextPassword = 3
		frontend.go#L430: 	case AuthTypeCleartextPassword: