Re: [pgAdmin4][Patch]: Fix for Feature #4334, RM #4496 and #4497

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: Fix for Feature #4334, RM #4496 and #4497
Date: 2019-07-25 15:38:38
Message-ID: CA+OCxozy=dcp5A8yT+q3w+-nKp2QocQvcXfT0Os7kKnHZqnyVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Wed, Jul 24, 2019 at 12:58 PM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hi Hackers,
>
> Attached is the updated patch with Documentation for Identity/Generated
> columns and updated screenshots.
> Please ignore the previous patch.
>
> On Wed, Jul 24, 2019 at 12:39 PM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Hi Hackers,
>>
>> I have added the support of Generated Columns (PG/EPAS 12) and also fixed
>> RM #4496, #4497.
>>
>> During the implementation of that I have also fixed following issues that
>> I encountered:
>>
>> - User should not be able to provide Default value with Identity
>> column.
>> - 'Drop Cascade' button to delete multiple columns should be disabled.
>> - Set "Not Null?" switch to 'Yes' when we create Identity column.
>> - Fix issue when we insert default value for the column and then
>> remove it. It generates wrong msql.
>> - Fix issue when we provide the default value of a column and then
>> select the datatype to serial/bigserial/smallserial, it generates wrong
>> msql.
>>
>> Modified/Added regression test cases for adding Identity column and
>> Generated columns.
>> Please review it.
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>>
>> *Sr. Software Architect*
>> *EnterpriseDB Software India Private Limited*
>> *Mobile: +91 976-788-8246*
>>
>
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
>
> *Sr. Software Architect*
> *EnterpriseDB Software India Private Limited*
> *Mobile: +91 976-788-8246*
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-07-25 15:42:11 Re: Query Auto Completion
Previous Message Dave Page 2019-07-25 15:38:29 pgAdmin 4 commit: Add support for generated columns in Postgres 12+. Fi