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

From: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass.
Date: 2021-09-08 04:09:52
Message-ID: CAJ9T6Svbj30KobTQFkT4WunYc9P20kvpOy2k+dBJthDaDDEu3g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(dot)parkale(at)enterprisedb(dot)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*
> <http://edbpostgres.com>
> "Don't Complain about Heat, Plant a TREE"
>

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

Attachment Content-Type Size
RM2546_2.patch application/octet-stream 59.2 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Rahul Shirsat 2021-09-08 12:27:34 [patch][pgAdmin] RM6712 Collapse & expand arrows are not populating correctly in case of nested if.
Previous Message Aditya Toshniwal 2021-09-07 18:18:37 Re: [pgAdmin][RM2546]: Partitioned table should be created using COLLATE and opclass.