Re: [pgAdmin][patch] Partition node related fixes

2021-10-06 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Oct 6, 2021 at 5:32 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Following the chain, attached patch fixes indexes not loading in Primary > constraint and Unique const dialog for partition. > > On Wed, Oct 6, 2021 at 5:00 PM

Re: [pgAdmin][patch] Partition node related fixes

2021-10-06 Thread Aditya Toshniwal
Hi Hackers, Following the chain, attached patch fixes indexes not loading in Primary constraint and Unique const dialog for partition. On Wed, Oct 6, 2021 at 5:00 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Wed, Oct 6, 2021 at 4:37 PM Aditya Toshniwal < > aditya.toshni...@enterpr

Re: [pgAdmin][patch] Partition node related fixes

2021-10-06 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Oct 6, 2021 at 4:37 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > The nodes index, RLS policy, rules, triggers are failing to save for > partitions. Please review the attached patch to fix the issue. > > On Wed, Oct 6, 2021 at

Re: [pgAdmin][patch] Partition node related fixes

2021-10-06 Thread Aditya Toshniwal
Hi Hackers, The nodes index, RLS policy, rules, triggers are failing to save for partitions. Please review the attached patch to fix the issue. On Wed, Oct 6, 2021 at 2:54 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Wed, Oct 6, 2021 at 12:25 PM Aditya Toshniwal < > aditya.toshni.

Re: [pgAdmin][patch] Partition node related fixes

2021-10-06 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Oct 6, 2021 at 12:25 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Please review the attached patch which fixes: > 1. Unable to create trigger for partition table. Fixes #6867. > 2. Unable to create index, RLS policy, rules, t