[pgAdmin][RM4842] trigger/compound trigger on a partitioned table

Поиск
Список
Период
Сортировка
От Aditya Toshniwal
Тема [pgAdmin][RM4842] trigger/compound trigger on a partitioned table
Дата
Msg-id CAM9w-_=yMF3y9bbYmZMOxcJUqjkmh_pRD8iUibAjZLNnqKMJ3Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin][RM4842] trigger/compound trigger on a partitioned table  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список 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"
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)
Следующее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM5017] Use cheroot as default production server