SYSSECPOLICIES
The syssecpolicies system catalog table records
security policies It has these columns.
| Column | Type | Explanation |
|---|---|---|
| secpolicyname | VARCHAR(128) | Security policy name |
| secpolicyid | SERIAL | Security policy ID |
| numcomps | SMALLINT | Number of security label components in the security policy |
| comptypelist | CHAR(16) | An ordered list of the type of each component in
the policy.
|
| overrideseclabel | CHAR(1) | Indicates the behavior when a user's security label
and exemption credentials do not allow them to insert or update a
data row with the security that is label provided on the INSERT or
UPDATE SQL statement.
|