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

2021-09-21 Thread Akshay Joshi
Thanks, the patch applied. On Tue, Sep 21, 2021 at 5:38 PM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the attached patch for jasmine failures. > > On Wed, Sep 15, 2021 at 11:58 AM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Thanks, the pa

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

2021-09-21 Thread Pradip Parkale
Hi Akshay, Please find the attached patch for jasmine failures. On Wed, Sep 15, 2021 at 11:58 AM Akshay Joshi wrote: > Thanks, the patch applied. > > On Wed, Sep 15, 2021 at 11:10 AM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Akshay, >> >> Please find the attached patch

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

2021-09-14 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Sep 15, 2021 at 11:10 AM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > Hi Akshay, > > Please find the attached patch for jasmine failures. > > On Thu, Sep 9, 2021 at 4:26 PM Akshay Joshi > wrote: > >> Thanks, the patch applied. >> >> On Wed, Sep 8,

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

2021-09-14 Thread Pradip Parkale
Hi Akshay, Please find the attached patch for jasmine failures. On Thu, Sep 9, 2021 at 4:26 PM Akshay Joshi wrote: > Thanks, the patch applied. > > On Wed, Sep 8, 2021 at 9:40 AM Pradip Parkale < > pradip.park...@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find the updated patch. I h

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

2021-09-09 Thread Akshay Joshi
Thanks, the patch applied. On Wed, Sep 8, 2021 at 9:40 AM Pradip Parkale < pradip.park...@enterprisedb.com> wrote: > 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: >

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

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

[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