Re: [pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass. - Mailing list pgadmin-hackers

From Pradip Parkale
Subject Re: [pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass.
Date
Msg-id CAJ9T6Svbj30KobTQFkT4WunYc9P20kvpOy2k+dBJthDaDDEu3g@mail.gmail.com
Whole thread Raw
In response to Re: [pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass.  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
Responses Re: [pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass.  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
Hi Hackers,

Please find the updated patch. I have removed unnecessary code.

On Tue, Sep 7, 2021 at 11:49 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
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 <pradip.parkale@enterprisedb.com> wrote:
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


--
Thanks,
Aditya Toshniwal
pgAdmin hacker | Sr. Software Engineer | edbpostgres.com
"Don't Complain about Heat, Plant a TREE"


--
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation
Attachment

pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass.
Next
From: Rahul Shirsat
Date:
Subject: [patch][pgAdmin] RM6712 Collapse & expand arrows are not populating correctly in case of nested if.