Re: [pgAdmin][RM4842] trigger/compound trigger on a partitioned table

2019-12-31 Thread Akshay Joshi
Hi Aditya I have removed the generated folder and it works. Thanks, patch applied. On Wed, Jan 1, 2020 at 11:58 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Akshay, > > On Tue, Dec 31, 2019 at 1:28 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Aditya >

Re: [pgAdmin][RM4842] trigger/compound trigger on a partitioned table

2019-12-31 Thread Aditya Toshniwal
Hi Akshay, On Tue, Dec 31, 2019 at 1:28 PM Akshay Joshi wrote: > Hi Aditya > > I have applied the patch and found one issue collection nodes are visible > twice under the child node of the partition table. Please fix that. > I tried to simulate this. But I'm not facing issue. Can you please veri

Re: [pgAdmin][RM4842] trigger/compound trigger on a partitioned table

2019-12-30 Thread Akshay Joshi
Hi Aditya I have applied the patch and found one issue collection nodes are visible twice under the child node of the partition table. Please fix that. [image: Screenshot 2019-12-31 at 1.24.26 PM.png] On Wed, Dec 25, 2019 at 4:59 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: >

[pgAdmin][RM4842] trigger/compound trigger on a partitioned table

2019-12-25 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to fix the issue where it was not possible to add constraints, index, rules, triggers and compound triggers on child tables of a partitioned table. The problem was with URLs formed which also included parent table OID, which was not needed. The code is changed to