Re: security label and indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: security label and indexes
Дата
Msg-id 3552327.1669149186@sss.pgh.pa.us
обсуждение исходный текст
Ответ на security label and indexes  (Ted Toth <txtoth@gmail.com>)
Список pgsql-general
Ted Toth <txtoth@gmail.com> 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, they're implementation
details of the table they belong to.  Whatever usage restrictions
you want should be put on the table, instead.

            regards, tom lane



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

Предыдущее
От: Erik Wienhold
Дата:
Сообщение: Re: copying json data and backslashes
Следующее
От: Brad White
Дата:
Сообщение: Re: Upgrading to v12