Versions Compared

Key

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

...

Code Block
languagetext
SHOW GRANT [principal_namespecification] ON (ALL| ([TABLE] table_or_view_name);
 
principal_specification
  : USER user
  | ROLE role

where principal_name is the name of a user or role.

...