Open
Description
I am trying to test what privileges a user has on a view in the same way as has_table_privs
, although from the docs I could not find a function that allows for this.
I tried using has_table_privs
on the VIEW
although this did not work:
Table example.view_here does not exist
Is this functionality that you would consider adding?