Hello,
š
I've implemented basic support for Row-level security policies (introduced in PostgreSQL 9.5) in PgAdmin3. Please, have a look at patches attached to mail.
š
First patch contains pgPolicy tree object, dlgPolicy dialog, some small changes in the pgTable and dlgTable code to representšnew security options (ENABLE/FORCE RLS).
š
Second patch implements tab-completion for new statements (CREATE/ALTER/DROP POLICY).
I've decided to put these into separate patch, because I don't knowšwhether I've done it correctly: seems likeštab-complete.inc used to be generated byštabcomplete.pl once,
but it doesn't look like ašviable option anymore (script failed at first match with latestštab-complete.c from psql repository). So I've just editedštab-complete.inc manually.š

Best Regards,
Alexander