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

[pgAdmin4][RM3726] EXCLUDE constraint omits WHERE clause

From
Aditya Toshniwal
Date:
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"
Attachment

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

From
Dave Page
Date:
Thanks, applied.
On Mon, Dec 17, 2018 at 11:59 AM Aditya Toshniwal
<aditya.toshniwal@enterprisedb.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


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

From
Aditya Toshniwal
Date:
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@pgadmin.org> wrote:
Thanks, applied.
On Mon, Dec 17, 2018 at 11:59 AM Aditya Toshniwal
<aditya.toshniwal@enterprisedb.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

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

From
Dave Page
Date:
Thanks, patch applied.
On Wed, Dec 19, 2018 at 12:19 PM Aditya Toshniwal
<aditya.toshniwal@enterprisedb.com> wrote:
>
> Hi Hackers,
>
> The table definition change was missing in the last patch. Attached is the part2 for RM3726 which will fix the table
definitionalso.
 
>
> Kindly review.
>
> On Tue, Dec 18, 2018 at 7:07 PM Dave Page <dpage@pgadmin.org> wrote:
>>
>> Thanks, applied.
>> On Mon, Dec 17, 2018 at 11:59 AM Aditya Toshniwal
>> <aditya.toshniwal@enterprisedb.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"



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

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