Re: [pgAdmin4][RM3462] PG11: Support INCLUDE indexes

2018-07-19 Thread Dave Page
Thanks, patch applied. On Thu, Jul 19, 2018 at 10:23 AM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the updated patch and includes doc, screenshot updates. > Kindly review. > > On Wed, Jul 18, 2018 at 6:41 PM, Dave Page wrote: > >> >> >> On Wed, Ju

Re: [pgAdmin4][RM3462] PG11: Support INCLUDE indexes

2018-07-18 Thread Dave Page
On Wed, Jul 18, 2018 at 1:59 PM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Dave, > > On Wed, Jul 18, 2018 at 6:07 PM, Dave Page wrote: > >> Hi >> >> On Wed, Jul 18, 2018 at 12:12 PM, Aditya Toshniwal < >> aditya.toshni...@enterprisedb.com> wrote: >> >>> Hi Hackers, >>> >>>

Re: [pgAdmin4][RM3462] PG11: Support INCLUDE indexes

2018-07-18 Thread Aditya Toshniwal
Hi Dave, On Wed, Jul 18, 2018 at 6:07 PM, Dave Page wrote: > Hi > > On Wed, Jul 18, 2018 at 12:12 PM, Aditya Toshniwal enterprisedb.com> wrote: > >> Hi Hackers, >> >> Attached is the patch to support INCLUDE clause for indexes which is >> added from Postgres 11. As per Postgres 11 docs, INCLUDE

Re: [pgAdmin4][RM3462] PG11: Support INCLUDE indexes

2018-07-18 Thread Dave Page
Hi On Wed, Jul 18, 2018 at 12:12 PM, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to support INCLUDE clause for indexes which is added > from Postgres 11. As per Postgres 11 docs, INCLUDE clause is supported for > Unique Key, Primary Key, Ex

[pgAdmin4][RM3462] PG11: Support INCLUDE indexes

2018-07-18 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to support INCLUDE clause for indexes which is added from Postgres 11. As per Postgres 11 docs, INCLUDE clause is supported for Unique Key, Primary Key, Exclusion constraint and Normal Indexes. The patch also includes python test cases for Exclusion constraint an