Re: [pgAdmin][RM6777] Deferrable, deferred, included columns fields are editable in Edit Table > Constraint tab

From: Akshay Joshi <akshay(dot)joshi(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][RM6777] Deferrable, deferred, included columns fields are editable in Edit Table > Constraint tab
Date: 2021-09-23 09:19:39
Message-ID: CANxoLDcQi0yC4JHmCwjphmH+Wbo2Lp5PF=yLo2g7hkU0r0pryg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, the patch applied.

On Thu, Sep 23, 2021 at 1:44 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi Hackers,
>
> Attached patch fixes:
> 1. Unique constraint should not allow changing values for deferrable ,
> deferred, included columns.
> 2. Primary keys should not allow changing values for deferrable ,
> deferred, included columns.
> 3. Foreign keys should not allow changing match type. Referenced table
> name is empty.
> 4. Exclude - Column/Expression has incorrect values.
> 5. Save should not be enabled when Custom auto-vacuum is enabled but none
> of the parameters are edited.
>
> Please review.
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Software Architect | *edbpostgres.com*
> <http://edbpostgres.com>
> "Don't Complain about Heat, Plant a TREE"
>

--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-23 10:48:01 pgAdmin 4 commit: 1. Placeholder should be inside the controlProps. Cha
Previous Message Akshay Joshi 2021-09-23 09:19:30 Re: [pgAdmin][RM-6687]: [React] Port Grant Wizard to react