Projection access Grants
Is there a way that we can implement a grant over a specific projection ?
Example :
Example :
grant select on projection_test to user_test;Could this be implemented ?
0
Comments
When you create a table and grant accesses to it (USAGE on schema and SELECT on table), you let the user access that table's data. Projections are related to the data placement on device (disk) and they are on the lower level, so you cannot access it. Please check out the documentation. https://my.vertica.com/docs/7.0.x/HTML/index.htm#Authoring/AdministratorsGuide/Security/DBUsersAndPr...