Re: [pgAdmin][RM5516]: Added support of Row Security Policies

2020-07-02 Thread Akshay Joshi
Thanks, patch applied. On Thu, Jul 2, 2020 at 10:51 AM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the attached patch. I have added hints for 'Using' and 'With > check'. > > On Mon, Jun 22, 2020 at 5:45 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> w

Re: [pgAdmin][RM5516]: Added support of Row Security Policies

2020-07-01 Thread Pradip Parkale
Hi Akshay, Please find the attached patch. I have added hints for 'Using' and 'With check'. On Mon, Jun 22, 2020 at 5:45 PM Akshay Joshi wrote: > Thanks, patch applied. > > On Mon, Jun 22, 2020 at 3:23 PM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Akshay, >> >> Please fi

Re: [pgAdmin][RM5516]: Added support of Row Security Policies

2020-06-22 Thread Akshay Joshi
Thanks, patch applied. On Mon, Jun 22, 2020 at 3:23 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the updated patch. I have added a new RLS policy event 'ALL'. > > > On Mon, Jun 15, 2020 at 3:48 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: >

Re: [pgAdmin][RM5516]: Added support of Row Security Policies

2020-06-22 Thread Pradip Parkale
Hi Akshay, Please find the updated patch. I have added a new RLS policy event 'ALL'. On Mon, Jun 15, 2020 at 3:48 PM Akshay Joshi wrote: > Thanks, patch applied with the following modifications: > > >- js file name should be "row_security_policy.js" instead of >"row_security_policies.j

Re: [pgAdmin][RM5516]: Added support of Row Security Policies

2020-06-15 Thread Akshay Joshi
Thanks, patch applied with the following modifications: - js file name should be "row_security_policy.js" instead of "row_security_policies.js". - Node name should be "row_security_policy" instead of "row_level_policies". Node name should not be pluralized and it matches the folder name. - Icon na