Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mY3AV-0003us-Lf for pgadmin-hackers@arkaria.postgresql.org; Wed, 06 Oct 2021 09:24:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mY3AS-0003DS-PI for pgadmin-hackers@arkaria.postgresql.org; Wed, 06 Oct 2021 09:24:52 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mY3AS-0003Aa-87 for pgadmin-hackers@lists.postgresql.org; Wed, 06 Oct 2021 09:24:52 +0000 Received: from mail-il1-x12b.google.com ([2607:f8b0:4864:20::12b]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mY3AP-0003rc-2Z for pgadmin-hackers@postgresql.org; Wed, 06 Oct 2021 09:24:51 +0000 Received: by mail-il1-x12b.google.com with SMTP id k13so2171899ilo.7 for ; Wed, 06 Oct 2021 02:24:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=hJaLmQcN3ZNOurflMXvAEBu7HYYPRiOpJpSKP+U2GTM=; b=HPEou6lSxjOflnRRvSOR1BkIAI4kxEbXy0gi14TA0sJZt9UCNCRX1sPNgwuHk0Ocge tflUC2jtz/451EZ7Frd8K8eU78FAQxdJB5tTHJHwOlO8OWmXOC7hez8MkymrwRDQr6VR PbfsgA9QMpv+Dr36bwJ4uUGCsWBChos72HYFWxYitGr/wbn119SrgEnYwths3OeEh5x1 xqeFV36i1EPUEz1ugTeGU4daZlvM4LjuvuAjaVbIheraEF5VW5p/Sk0hpQIklw3SMKFP cTxqTBf3w0ONyYEDvDBhTXfObgiq8L+GGFryw7520uRBpY1jnItSHLjEXU+dqH8nZvU+ jYdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hJaLmQcN3ZNOurflMXvAEBu7HYYPRiOpJpSKP+U2GTM=; b=ADiEwD3PoAzq7MgG13auUi65gszvwRfrgjKI1T7HxU4LaKeUcNNsm9g9MMboyp4sL7 6K8GX0/I7F7eQHBZfrm55j1U4VO1F9+pFiM/xwuuzZ/CULxj4V2hHmATgRgIU2cipLdI LMJKZSfwyvDiQjLeMCrMLkiSPFsGImln9LhumVT6aSon7Q0jFg1OEc07rjFOkyBNNMO0 /LE4adB2pCiEymvUhB5g27jbd9ptDrnfOTuQ8vKomjMkWHvdFKJyK8B5L0EKebuYzQj2 cZFl7wya61Lz6xB0OQSVlr5POEwo/FaOoQc0TG+f+C3nRQUhfHH8ubeDrE/nje97bRRk 4guA== X-Gm-Message-State: AOAM531we2Zns+fhtceN/oFuXbMWuj9P20BD/I2razXfyCwwzZHZ+Lhq cbjVO6QC19MbzsoK3JAxtG4ApJ5YGH7NK2iWNYIvwlAaxm8KJvesDtY7/aLNmmQHsu108tpyKKH EH51Ot6Do1qLrviynyTWmUSYrdS0OhmnxItWZkMdy02qX/CqaNi2omujphRQybOM/lZgB/ncVLa 3sFr+FI9IrsomurG6yUiDyRTCujbSzppEWHVSrJrnxlllqC6LTObaLXV04ig== X-Google-Smtp-Source: ABdhPJwMIjYRdn+fge9YTugFPMK1IV0a+yiUiTgzX5qAYmIDrhiwhl/iDft7q/wphT3TzS/MenllhT2uRLK4nRq4NXY= X-Received: by 2002:a05:6e02:174e:: with SMTP id y14mr6475562ill.189.1633512288175; Wed, 06 Oct 2021 02:24:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Wed, 6 Oct 2021 14:54:37 +0530 Message-ID: Subject: Re: [pgAdmin][patch] Partition node related fixes To: Aditya Toshniwal Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000ac5b5205cdabb703" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000ac5b5205cdabb703 Content-Type: text/plain; charset="UTF-8" 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* --000000000000ac5b5205cdabb703 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, the patch applied.

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

Please review the a= ttached patch which fixes:
1. Unable to create trigger for partition tab= le. Fixes #6867.
2. Unable to create index, RLS policy, rules, triggers = for partition. Fixes #6868.


--
Thanks,
Aditya Toshniwa= l
pgAdmin Hacker=C2=A0| Software Architect=C2=A0| = edbpostgres.com
"Don't Complain about Heat, Plant a TREE"<= /div>


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

--000000000000ac5b5205cdabb703--