v.23.7Backward Incompatible Changes
Add NAMED COLLECTION Access Type (Backward Incompatible)
AddNAMED COLLECTIONaccess type (aliasesUSE NAMED COLLECTION,NAMED COLLECTION USAGE). This PR is backward incompatible because this access type is disabled by default (because a parent access typeNAMED COLLECTION ADMINis disabled by default as well). Proposed in #50277. To grant useGRANT NAMED COLLECTION ON collection_name TO userorGRANT NAMED COLLECTION ON * TO user, to be able to give these grantsnamed_collection_adminis required in config (previously it was namednamed_collection_control, so will remain as an alias). #50625 (Kseniia Sumarokova).