[pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass.

2021-09-07 Thread Pradip Parkale
Hi Hackers, Please find the attached patch for Partitioned table should be created using COLLATE and opclass.I have added collate and opclass support for partition table. -- Thanks & Regards, Pradip Parkale Software Engineer | EnterpriseDB Corporation RM2546.patch Description: Binary data

Re: [pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass.

2021-09-07 Thread Aditya Toshniwal
Hi Pradip, I can see 4 different styles for variable naming - all small, camel, all caps, using underscores: +this.datatypes = datatypes; +this.getOperatorClass = getOperatorClass; +this.dataTYPE = []; +this.op_class_types = []; On Tue, Sep 7, 2021 at 8:41 PM Pradip Parkale < pra

Re: [pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass.

2021-09-07 Thread Pradip Parkale
Hi Hackers, Please find the updated patch. I have removed unnecessary code. On Tue, Sep 7, 2021 at 11:49 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Pradip, > > I can see 4 different styles for variable naming - all small, camel, all > caps, using underscores: > +thi