DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||
|---|---|---|
| ||
SHOW GRANT [principal_specification] ON (ALL | [TABLE] table_or_view_name); principal_specification : USER user | ROLE role |
where principal_name is the name of a user or role.
Currently any user can run this command. But this is likely to change in the future to allow users to see only their own privileges, and additional privileges would be needed to see privileges of other users.
...