Re: Adding support for SE-Linux security

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Adding support for SE-Linux security
Дата
Msg-id 20091212171244.GJ17756@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Adding support for SE-Linux security  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Adding support for SE-Linux security  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> 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.

You're right, of course, but for some reason I thought that there was
another usage of it besides just the table/column case.
Thanks,
    Stephen

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Adding support for SE-Linux security
Следующее
От: Tom Lane
Дата:
Сообщение: Re: XML schemas and PG column names