From: | Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com> |
---|---|
To: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | [pgAdmin4][RM3462] PG11: Support INCLUDE indexes |
Date: | 2018-07-18 11:12:33 |
Message-ID: | CAM9w-_=ZcgS4VUSrwcwem=8-xj1xRoYwiu8W-_GmX7bzqnDzag@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
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 and
small fix in SQL Editor module where the test
case ExtractSQLFromNetworkParametersTest was failing for me due on Python
2.7.
Kindly review.
--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"
Attachment | Content-Type | Size |
---|---|---|
RM3462.patch | application/octet-stream | 83.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-07-18 12:37:53 | Re: [pgAdmin4][RM3462] PG11: Support INCLUDE indexes |
Previous Message | Dave Page | 2018-07-18 10:17:14 | pgAdmin 3.2 release schedule |