Re: [pgAdmin4][Patch] - RM 4104 & RM 3938 - Partition table fixes

From: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch] - RM 4104 & RM 3938 - Partition table fixes
Date: 2019-04-11 06:00:44
Message-ID: CAFOhELdTWs1tPfrjCCKgUFPcrwDTDABRQd-pbUk_YKgydB1HeQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Akshay,

On Thu, Apr 4, 2019 at 7:02 PM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hi Khushboo
>
> Below are the review comments:
>
> - Can you please add the help message for 'Default' in note control as
> we do have for 'From/To' control. Also strings are not properly aligned in
> the note control for Partition Keys and Partitions.
>
> Fixed.

>
> - Update the documentation and screenshot with the new changes.
>
> Done.

>
> - Found one issue, Steps to reproduce:
> - Create a partition table with range partition and one child
> partition of type 'Default'.
> - Open the properties dialog of the newly created partition table
> and add new child partition with 'Default' = No. Insert all the required
> field 'Name', 'From' and 'To', still save button is disabled. I am not able
> to create a new child partition.
>
> Fixed

>
> - If possible can you please fix the RM #*3327* which seems to be a
> small fix, with the same patch.
>
> This fix will affect all the subnode controls as the code is generic. I
will handle this separately.

Thanks,
Khushboo

>
> On Wed, Apr 3, 2019 at 3:42 PM Khushboo Vashi <
> khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:
>
>> Hi,
>>
>> Please find the attached patch to fix:
>>
>> 1. # 4104 - Edit data tables with primary key spanning multiple columns
>> [Partition table]
>> Issue: The partition table having multiple primary keys are not editable
>> from the View data.
>> 2. # 3938 - Properties of table with default partition not displayed
>> Issue: The DEFAULT partition is not supported introduced in PG 11.
>>
>> Thanks,
>> Khushboo
>>
>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
>
> *Sr. Software Architect*
> *EnterpriseDB Software India Private Limited*
> *Mobile: +91 976-788-8246*
>

Attachment Content-Type Size
pg_11_partition_table_fixes_v1.patch application/octet-stream 815.3 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-04-11 07:57:47 pgAdmin 4 commit: 1) Added support for Default Partition. Fixes #3938
Previous Message Akshay Joshi 2019-04-10 11:40:46 pgAdmin 4 v4.5 released