Is there a place that tells if a privilege on a database has been granted to PUBLIC? I don't see anything in DBC.ALLRIGHTS to give
me that information.
i.e.
GRANT SELECT ON TESTDB01 TO PUBLIC;
PUBLIC is the same as ALL DBC so
SELECT * FROM DBC.ALLRIGHTS
WHERE Username = 'dbc'
AND AllnessFlag = 'Y'