Re: [pgAdmin4][RM3726] EXCLUDE constraint omits WHERE clause

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][RM3726] EXCLUDE constraint omits WHERE clause
Date: 2018-12-19 12:19:40
Message-ID: CAM9w-_ngDZ5JZYS0y+yPtX99=LV1b7SOLJrmQKWd5YJWgAwGJQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

The table definition change was missing in the last patch. Attached is the
part2 for RM3726 which will fix the table definition also.

Kindly review.

On Tue, Dec 18, 2018 at 7:07 PM Dave Page <dpage(at)pgadmin(dot)org> wrote:

> Thanks, applied.
> On Mon, Dec 17, 2018 at 11:59 AM Aditya Toshniwal
> <aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
> >
> > Hi Hackers,
> >
> > Attached is the patch to fix the issue where EXLUDE constraint SQL
> missed the WHERE clause.
> >
> > Kindly review.
> >
> > --
> > Thanks and Regards,
> > Aditya Toshniwal
> > Software Engineer | EnterpriseDB Software Solutions | Pune
> > "Don't Complain about Heat, Plant a tree"
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"

Attachment Content-Type Size
RM3726_part2.patch application/octet-stream 1.1 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-12-19 12:32:14 pgAdmin 4 commit: Fix an issue when user define Cast from smallint->tex
Previous Message Khushboo Vashi 2018-12-19 09:29:54 [pgAdmin4][Patch]: RM 3796 - Grant Wizard: Text should be "Please add privileges..." instead of "Please select privileges..