How do I check what all permession a user is having?

Moderator: NorbertKrupa

Post Reply
Jess.mic
Newbie
Newbie
Posts: 15
Joined: Tue Jun 11, 2013 11:02 pm

How do I check what all permession a user is having?

Post by Jess.mic » Wed Apr 02, 2014 9:35 pm

How do I check that how is the user account set up?? Also what all permission and access a particular user have??

User avatar
JimKnicely
Site Admin
Site Admin
Posts: 1825
Joined: Sat Jan 21, 2012 4:58 am
Contact:

Re: How do I check what all permession a user is having?

Post by JimKnicely » Thu Apr 03, 2014 4:48 am

Check the V_CATALOG.GRANTS tables!

Example:

SELECT * FROM v_catalog.grants WHERE grantee = <<user>>;
Jim Knicely

Image

Note: I work for Vertica. My views, opinions, and thoughts expressed here do not represent those of my employer.

Post Reply

Return to “New to Vertica Database Administration”