Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Whatever
list all permissions on a table in postgres
David Barrera
Programming language:
Whatever
2021-08-19 07:09:31
0
Q:
list all permissions on a table in postgres
Ranjeet
Code:
Whatever
2021-08-21 22:56:57
SELECT grantee, privilege_type FROM information_schema.role_table_grants WHERE table_name='mytable'
0
Tags
table
list
tab
post
Related
grant all privileges database postgres to user
see active transactions postgres
get all tables postgres
show size of all tables postgres
list all foreign keys for a table postgres
change schema of all tables postgres
find a column in all tables postgres
New to Communities?
Join the community