The syscolauth system catalog table describes each set of privileges granted on a column. It contains one row for each set of column privileges granted in the database. The syscolauth table has the following columns.
If the colauth privilege code is uppercase (for example, S for Select), a user who has this privilege can also grant it to others. If the colauth privilege code is lowercase (for example, s for Select), the user who has this privilege cannot grant it to others. A hyphen ( - ) indicates the absence of the privilege corresponding to that position within the colauth pattern.
A composite index on the tabid, grantor, grantee, and colno columns allows only unique values. A composite index on the tabid and grantee columns allows duplicate values.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]