[pgAdmin][RM4842] trigger/compound trigger on a partitioned table - Mailing list pgadmin-hackers

From Aditya Toshniwal
Subject [pgAdmin][RM4842] trigger/compound trigger on a partitioned table
Date
Msg-id CAM9w-_=yMF3y9bbYmZMOxcJUqjkmh_pRD8iUibAjZLNnqKMJ3Q@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin][RM4842] trigger/compound trigger on a partitioned table  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
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"
Attachment

pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)
Next
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM5017] Use cheroot as default production server