Patch to add support for security labels on local objects

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Patch to add support for security labels on local objects
Дата
Msg-id 1311497904.2130.3.camel@laptop
обсуждение исходный текст
Ответы Re: Patch to add support for security labels on local objects
Список pgadmin-hackers
Hi,

This patch adds support to a PostgreSQL 9.1 feature called security
labels. It adds a new tab to tables, columns, aggregates, domains,
foreign tables, functions, languages, sequences, types, and views
dialogs, that allows one to add security label for each provider they
want. I suppose most users will have only one provider, but the patch
supports multi providers.

Note that this does not support a recent 9.2 feature of PostgreSQL that
adds security labels to global objects. This will be part of another
patch.


--
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com

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

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #331: Add support for SECURITY LABEL on databases, tablespaces, and roles.
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Fixing issues between objects and properties dialogs