docs icon indicating copy to clipboard operation
docs copied to clipboard

Wording for CREATE DIRECTORY and MERGE DIRECTORY

Open dwicinas opened this issue 1 year ago • 3 comments

What Changed?

dwicinas avatar May 08 '24 12:05 dwicinas

🚀 Deployed on https://deploy-preview-5587--edb-docs-staging.netlify.app

github-actions[bot] avatar May 08 '24 12:05 github-actions[bot]

Label should contain Create and Drop directory. Please remove (Merge directory)

ajit-at-edb avatar May 09 '24 12:05 ajit-at-edb

Should we mention about how to grant/revoke create/drop any directory to/from user/role commands

ajit-at-edb avatar May 09 '24 12:05 ajit-at-edb

Label should contain Create and Drop directory. Please remove (Merge directory)

@ajit-at-edb I don't understand what you're referring to. Can you be more explicit? Thanks.

Reiterating this question.

dwicinas avatar May 13 '24 13:05 dwicinas

Should we mention about how to grant/revoke create/drop any directory to/from user/role commands

@ajit-at-edb I think that's a good idea but I would need some guidance on what instructions to provide.

dwicinas avatar May 13 '24 13:05 dwicinas

Should we mention about how to grant/revoke create/drop any directory to/from user/role commands

@ajit-at-edb I think that's a good idea but I would need some guidance on what instructions to provide.

Please find below sample commands commands

grant/revoke create any directory to/from  username <with admin option>;
grant/revoke drop any directory to/from username <with admin option>;
grant/revoke read on directory <dir_name> to/from username  <with grant option>;
grant/revoke write on directory <dir_name> to/from username <with grant option>;

--

ajit-at-edb avatar May 14 '24 10:05 ajit-at-edb

Please find below sample commands commands

Should we mention about how to grant/revoke create/drop any directory to/from user/role commands

@ajit-at-edb I think that's a good idea but I would need some guidance on what instructions to provide.

Please find below sample commands commands

grant/revoke create any directory to/from  username <with admin option>;

@ajit-at-edb Do the examples I added to the description of CREATE DIRECTORY and DROP DIRECTORY make sense?

dwicinas avatar May 14 '24 12:05 dwicinas

Please find below sample commands commands

Should we mention about how to grant/revoke create/drop any directory to/from user/role commands

@ajit-at-edb I think that's a good idea but I would need some guidance on what instructions to provide.

Please find below sample commands commands

grant/revoke create any directory to/from  username <with admin option>;

@ajit-at-edb Do the examples I added to the description of CREATE DIRECTORY and DROP DIRECTORY make sense?

Thanks a lot for adding exmaples. I agree

ajit-at-edb avatar May 15 '24 04:05 ajit-at-edb