[v9.2] SECURITY LABEL on shared database object

Поиск
Список
Период
Сортировка
От Kohei Kaigai
Тема [v9.2] SECURITY LABEL on shared database object
Дата
Msg-id A9F5079BABDEE646AEBDB6831725762C5560111861@EUEXCLU01.EU.NEC.COM
обсуждение исходный текст
Список pgsql-hackers
The attached patch enables to assign security labels on shared database object
types (database, tablespace, role).
As pg_description stuff doing, it adds a new pg_shseclabel catalog to store related
labels. Its internal APIs are kept. If and when (Get|Set|Delete)SecurityLabel is
invoked for the shared catalogs, it references the pg_shseclabel instead of the
pg_seclabel.
This patch also contains pg_dump support, actual use cases (contrib/sepgsql),
regression tests and updates of sgml documentation.

Thanks,
--
NEC Europe Ltd, SAP Global Competence Center
KaiGai Kohei <kohei.kaigai@eu.nec.com>

Вложения

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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Why not install pgstattuple by default?
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Backpatching of "Teach the regular expression functions to do case-insensitive matching"