Re: [pgAdmin][patch] Partition node related fixes - Mailing list pgadmin-hackers

From Aditya Toshniwal
Subject Re: [pgAdmin][patch] Partition node related fixes
Date
Msg-id CAM9w-_kgxQmomoTcbmdLJ=F-qJ6GUF9L37X+XCQZx1yyEPjY_Q@mail.gmail.com
Whole thread Raw
In response to Re: [pgAdmin][patch] Partition node related fixes  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Responses Re: [pgAdmin][patch] Partition node related fixes  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
Hi Hackers,

Following the chain, attached patch fixes indexes not loading in Primary constraint and Unique const dialog for partition.

On Wed, Oct 6, 2021 at 5:00 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Thanks, the patch applied.

On Wed, Oct 6, 2021 at 4:37 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

The nodes index, RLS policy, rules, triggers are failing to save for partitions. Please review the attached patch to fix the issue.

On Wed, Oct 6, 2021 at 2:54 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Thanks, the patch applied.

On Wed, Oct 6, 2021 at 12:25 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

Please review the attached patch which fixes:
1. Unable to create trigger for partition table. Fixes #6867.
2. Unable to create index, RLS policy, rules, triggers for partition. Fixes #6868.


--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | edbpostgres.com
"Don't Complain about Heat, Plant a TREE"


--
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246



--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | edbpostgres.com
"Don't Complain about Heat, Plant a TREE"


--
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246



--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | edbpostgres.com
"Don't Complain about Heat, Plant a TREE"
Attachment

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Added missing description of the RM.
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed indexes not loading in Primary constraint and U