[pgAdmin][RM6900] Unable to create exclusion constraint from table properties

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin][RM6900] Unable to create exclusion constraint from table properties
Date: 2021-10-12 13:20:08
Message-ID: CAM9w-_=gedmwV617Oq31dwdh1RFZq+4ugLuu4pw7Pto4RYX8AQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

Attached patch fixes the issue where exclusion constraint cannot be created
from table dialog if the access method name is changed once.
The dialog is certainly not crashing, and not stuck. On access method
change, instead of removing ex const columns, it is removing table columns.

Please review.

--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*
<http://edbpostgres.com>
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM6900.patch application/octet-stream 2.0 KB

Browse pgadmin-hackers by date

  From Date Subject
Next Message Yogesh Mahajan 2021-10-13 05:17:03 Re: [pgAdmin][Patch] - Bug #6776 - Label 'Inherits Tables?' is misleading in properties panel.
Previous Message Akshay Joshi 2021-10-12 12:51:17 Re: [pgAdmin][RM-6790]: Unable to create index with concurrently keyword.