Обсуждение: [Patch] Row level security support

Поиск
Список
Период
Сортировка

[Patch] Row level security support

От
Alexander Polyakov
Дата:
<div>Hello,</div><div> </div><div>I've implemented basic support for Row-level security policies (introduced in
PostgreSQL9.5) in PgAdmin3. Please, have a look at patches attached to mail.</div><div> </div><div>First patch contains
pgPolicytree object, dlgPolicy dialog, some small changes in the pgTable and dlgTable code to
<span></span><span>represent </span>newsecurity options (ENABLE/FORCE RLS).</div><div> </div><div>Second patch
implementstab-completion for new statements (CREATE/ALTER/DROP POLICY).</div><div>I've decided to put these into
separatepatch, because I don't know whether I've done it correctly: seems like tab-complete.inc used to be generated
by tabcomplete.plonce,<br />but it doesn't look like a viable option anymore (script failed at first match with
latest tab-complete.cfrom psql repository). So I've just edited tab-complete.inc manually. </div><div><br /><span>Best
Regards,<br/></span>Alexander</div>