Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#GRANTPERMISSION username/rolename operation1 operation2 operation3 ... object
#GRANTPERMISSION otherUser read stop_query nexmark:person
#GRANTPERMISSION public read nexmark:person
#GRANTPERSMISSION otherUser remove_all null // Remark: There a some commands that don't have a target. In this case, the last parameter can be any value and will be ignored, but must be given!

...