user_permission
Contents
Definition
Shows all permissions for the particular user.
IMPORTANT
Notice, that this command can be executed only by users with
|
Usage
user_permission ['@<namespace_name>' | '@<namespace_regex>' | '<table_name>' | '<table_regex>']
Parameter | Description |
---|---|
namespace_name |
A namespace name |
table_name |
A table name |
namespace_regex |
A regular expression for searching namespaces |
table_regex |
A regular expression for searching tables |
NOTE
A namespace should be preceded with the @ character.
|