Query grants for a table in postgres December 22, 2022 by Tarik I already found it: SELECT grantee, privilege_type FROM information_schema.role_table_grants WHERE table_name="mytable"