The systabauth system catalog table describes each set of privileges that are granted on a table, view, sequence, or synonym. It contains one row for each set of table privileges that are granted in the database; the REVOKE statement can modify a row. The systabauth table has the following columns.
If the tabauth column shows a privilege code in uppercase (for example, S for Select), this indicates that the user also has the option to grant that privilege to others. Privilege codes listed in lowercase (for example, s for select) indicate that the user has the specified privilege, but cannot grant it to others.
A hyphen ( - ) indicates the absence of the privilege corresponding to that position within the tabauth pattern.
A tabauth value with an asterisk ( * ) means column-level privileges exist; see also syscolauth (page SYSINDEXES). (In DB–Access, the Privileges option of the Info command for a specified table can display the column-level privileges on that table.)
A composite index on tabid, grantor, and grantee allows only unique values. A composite index on tabid and grantee allows duplicate values.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]