Re: security label and indexes

2022-11-22 Thread Tom Lane
Ted Toth writes: > I noticed that the 'security label' sql command does not include indexes as > objects that can be labeled, why is that? What sepgsql security class are > indexes, db_table? Indexes don't have security labels, just as they don't have SQL permissions. From a security standpoint,

security label and indexes

2022-11-22 Thread Ted Toth
I noticed that the 'security label' sql command does not include indexes as objects that can be labeled, why is that? What sepgsql security class are indexes, db_table? Ted