| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com> |
| Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: [pgAdmin][RM4842] trigger/compound trigger on a partitioned table |
| Date: | 2019-12-31 07:57:50 |
| Message-ID: | CANxoLDdBt-tHJ9XgDKS=cj7en17o09yDPZKajeJrwYs3wxQxMQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Hi Aditya
I have applied the patch and found one issue collection nodes are visible
twice under the child node of the partition table. Please fix that.
[image: Screenshot 2019-12-31 at 1.24.26 PM.png]
On Wed, Dec 25, 2019 at 4:59 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
> Hi Hackers,
>
> Attached is the patch to fix the issue where it was not possible to add
> constraints, index, rules, triggers and compound triggers on child tables
> of a partitioned table.
> The problem was with URLs formed which also included parent table OID,
> which was not needed. The code is changed to add "url_jump_after_node"
> param to skip after a certain node, which will will skip all the value
> between jump_after_node to the last node, excluding jump_after_node and the
> last node. Partitioned table itself is a "table" and can be multilevel.
>
> Kindly review.
>
> --
> Thanks and Regards,
> Aditya Toshniwal
> pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
> "Don't Complain about Heat, Plant a TREE"
>
--
*Thanks & Regards*
*Akshay Joshi*
*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ganesh Jaybhay | 2019-12-31 09:38:49 | [pgAdmin4][RM#5047] Add tab navigation for tabs under explain panel in query tool |
| Previous Message | Akshay Joshi | 2019-12-31 07:55:49 | Re: [pgAdmin][RM5024] Refactoring SQL of Functions and Procedures. |