Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fXS0h-0001WG-Cl for pgadmin-hackers@arkaria.postgresql.org; Mon, 25 Jun 2018 13:58:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fXS0f-00030Z-Pa for pgadmin-hackers@arkaria.postgresql.org; Mon, 25 Jun 2018 13:58:25 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fXS0f-00030S-L6 for pgadmin-hackers@lists.postgresql.org; Mon, 25 Jun 2018 13:58:25 +0000 Received: from mail-wr0-x244.google.com ([2a00:1450:400c:c0c::244]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fXS0c-00041j-HH for pgadmin-hackers@postgresql.org; Mon, 25 Jun 2018 13:58:25 +0000 Received: by mail-wr0-x244.google.com with SMTP id g18-v6so13791665wro.7 for ; Mon, 25 Jun 2018 06:58:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Wg9IWVYD6whbP8/bmY49mkREOoP8bePDAFGjngNP2sk=; b=rbC4obW3kQxhlK2USC5KesrgPbBX5aQ/7cCbh1oeQpR0/cHv5znyRm7TrLnxSljfLR pVATgNAsA8qLv7RX8N4Ecu0xflzaYja2e1+o72thZftgCQ7J7pC2vZ8772WVIs2mSzi5 IfNjDy12kd6a2O3BEF4l32T2QzMDGKD/GNS8NCfsIs5l6m7uhGZNU3F+pEnaoEyxyfAY JeQBdmsOvPJJSUSLh8bQfNTLT0l1xdDIBoudgig065o+JBdYjcnDyq5AbnM2CO7JyIUZ /6SGgv7FIFkFPp9NP0kLmqGiD1VZW31bcmaxKTn+unIX8WmjSRbSxyI5gx7GXl9Csmdu lJtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Wg9IWVYD6whbP8/bmY49mkREOoP8bePDAFGjngNP2sk=; b=X/0Qth9WKkyTgS5tFb5LWPG1Z9uUIw+eWnBhsyLH8u9qAmiqB9Vi5H/PPgk9ow4iAL QgeGH+2yRZs8lh6mE7z/zOqc9ptiH5/ILLa3Q3JSSthyYkqAhv27qDofyfdoRYJgq0OI xHZkFFTnL0jkE9YhilzR2DvQyIai7BQmRM97+1nQDmJdBSnJTLgFyB8ArpJAbHwGzwuK 0yYqXxk6N0OhTQcy8nIaeSTW7Gf36hBQpSOUkrdEFS6M+p+a+dLVBCRRJqspqfXaUl+B UQ8mGlFc37S25yeHK7uElxe/8GotsPgId4oIy761X2vCUkaxcV8l+bLNbBzunJUWDm9/ +PRw== X-Gm-Message-State: APt69E15nXF0ymrsklzMMFqroDWI/YSBSKnzOnh4XKNh+IUMsx8bxbfl qPep2+0iD7hfccUAWFIKB3Kotg3tKim8jb9sp4/DxA== X-Google-Smtp-Source: AAOMgpfFveroFcNlKQ6OmBq0I7e5iIGSkmjefzV4A5Me0iqbAs0Wvl55HJtmeD4pJSMOiSJ5C/fBO078ujR/ysFKu+c= X-Received: by 2002:adf:8227:: with SMTP id 36-v6mr6939686wrb.144.1529935100343; Mon, 25 Jun 2018 06:58:20 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a1c:2907:0:0:0:0:0 with HTTP; Mon, 25 Jun 2018 06:58:19 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Mon, 25 Jun 2018 14:58:19 +0100 Message-ID: Subject: Re: [pgadmin4][Patch]: PG/EPAS 11 fixes for functions, procedures and trigger functions To: Akshay Joshi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000002f8cb9056f77c66c" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000002f8cb9056f77c66c Content-Type: text/plain; charset="UTF-8" Thanks, applied. On Fri, Jun 22, 2018 at 2:16 PM, Akshay Joshi wrote: > Hi Hackers > > Attached is the patch to fix following: > > - RM #3421 Function is not displayed in grant wizard screen and > message displayed. > - RM #3422 procedure is not displayed in grant wizard screen > - PG/EPAS 11 function query for auto complete. > - Added support for functions, procedures and trigger function for EPAS > 11. > - Fixed issue to expand table for EPAS 9.6 and below due to change in > backend support logic. > > I have run the regression test on PG/EPAS: 9.6, 10, 11. > -- > *Akshay Joshi* > > *Sr. Software Architect * > > > > *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --0000000000002f8cb9056f77c66c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, applied.

On Fri, Jun 22, 2018 at 2:16 PM, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi Hackers=C2=A0

Atta= ched is the patch to fix following:
  • RM #3421=C2=A0Functio= n is not displayed in grant wizard screen and message displayed.
  • RM= #3422=C2=A0procedure is not displayed in grant wizard screen
  • PG/EPAS 11 function query for au= to complete.
  • Added support for functions, procedures and trigger fu= nction for EPAS 11.
  • Fixed issue to expand table for E= PAS 9.6 and below due to change in backend support logic.=C2=A0
I have run the re= gression test on PG/EPAS: 9= .6, 10, 11.
--
Akshay Joshi
Sr. Software Architect
=

<= div>Phone: +91 20-305= 8-9517
Mobile: +91 976-788-8246



--
Dave Page
Blog: = http://pgsnake.bl= ogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com<= br>The Enterprise PostgreSQL Company
--0000000000002f8cb9056f77c66c--