Is there a way in Vertica for a user to query v_catalog?
I need to give users permission to view all the column names, tables names etc across all the schema's, so is it possible to give them permissions to v_catalog.columns, v_catalog.tables etc.
0
Answers
Assign SYSMONITOR role to the user? https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/AdministratorsGuide/DBUsersAndPrivileges/Roles/SYSMONITORROLE.htm
However, this also gives access to read all system tables as well. You can verify by the following query: