Обсуждение: [pgAdmin4][RM3726] EXCLUDE constraint omits WHERE clause

Поиск
Список
Период
Сортировка

[pgAdmin4][RM3726] EXCLUDE constraint omits WHERE clause

От
Aditya Toshniwal
Дата:
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"
Вложения

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

От
Dave Page
Дата:
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

От
Aditya Toshniwal
Дата:
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"
Вложения

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

От
Dave Page
Дата:
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