Re: Adding support for SE-Linux security - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Adding support for SE-Linux security
Date
Msg-id 24380.1260579147@sss.pgh.pa.us
Whole thread Raw
In response to Re: Adding support for SE-Linux security  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Adding support for SE-Linux security
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> What exactly do you mean by a SubOID?  I'm not really following that part.

I assume he's talking about the object reference representation used in
pg_depend, which is actually class OID + object OID + sub-object ID.
The only object type that has sub-objects at the moment is tables,
wherein the sub-objects are columns and the sub-object IDs are column
numbers.  The sub-object ID is zero for all other cases.
        regards, tom lane


pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: SE-PostgreSQL/Lite Review
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Python 3.1 support