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

From Akshay Joshi
Subject Re: [pgAdmin][RM6777] Deferrable, deferred, included columns fields are editable in Edit Table > Constraint tab
Date
Msg-id CANxoLDcQi0yC4JHmCwjphmH+Wbo2Lp5PF=yLo2g7hkU0r0pryg@mail.gmail.com
Whole thread Raw
In response to [pgAdmin][RM6777] Deferrable, deferred, included columns fields are editable in Edit Table > Constraint tab  (Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>)
List pgadmin-hackers
Thanks, the patch applied.

On Thu, Sep 23, 2021 at 1:44 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.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
"Don't Complain about Heat, Plant a TREE"


--
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM-6687]: [React] Port Grant Wizard to react
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: 1. Placeholder should be inside the controlProps. Cha