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 1fRD7W-0006sc-Ox for pgadmin-hackers@arkaria.postgresql.org; Fri, 08 Jun 2018 08:51:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fRD7U-0002lM-Oh for pgadmin-hackers@arkaria.postgresql.org; Fri, 08 Jun 2018 08:51:40 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fRD7U-0002kg-Cz for pgadmin-hackers@lists.postgresql.org; Fri, 08 Jun 2018 08:51:40 +0000 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fRD7Q-0005KP-No for pgadmin-hackers@postgresql.org; Fri, 08 Jun 2018 08:51:38 +0000 Received: by mail-wm0-x242.google.com with SMTP id v131-v6so2186498wma.1 for ; Fri, 08 Jun 2018 01:51:36 -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=d4xEhnBfXQKSrlfY7yzeLsLRM8DhyaNj5vU3FLCiG7M=; b=ps/rfY+rwuT+niEo4AVsBlRz0UTtMTZIuEcMjCXxpN9dSu4R/10Sj5CYP6qtdfyF9Z fhJlHYSeyC38yAC5bSqqFnJ7NsufTTJG/O9jRE1Tlli1H/sLtHtbCNGwt32u+2Ie6vsw GrWvtiAwIY2LI8hHB5NH526Wrk81yIADSgXF92rV61J/gicnqR6vUxtGTggvQSMZVKJY kcT6U40NoK7glt31KrXzD9dYraRZxU56AlQAdjHM9Y2HUsOpbG9/bdZ37XjSZHUZv3P6 Fy0maQu6PlC8wN47MGFCURLpp8AYzTH0+vg0Kq/yZepyVRMoEhxTFpriZG9aOWTm8mxa brHw== 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=d4xEhnBfXQKSrlfY7yzeLsLRM8DhyaNj5vU3FLCiG7M=; b=cBGYZFbhB0mKmfYwPfltXdunD6SC2PIk0GNBgjNt/UhvYazdsrY9yGOjEQEPan7UcB kTygm2rkcYDxoISJWTljebpEX9KHbtfJO9cqwIpy2Oeyvljq2EGWySwuXi1FmBFbtbGh eb3SsNkPPZFpEEvSxMrV9xsQWn0NuL6dHKclJG53t4O9+SQN7MeNCoORegQcaSohHoVy diORMvfHPm1EUAvgu3ow0ueLrLxja/+vX+sjx6vELSH7dycRI0d9OYjDNEdC3rp2V5KZ +nFVtG+Qy/D8mXmZyM7wkIZwUrq42wRF16QghSQdGYr2wEleB02oqSUMbCsQ8eZqtjU7 Dhdw== X-Gm-Message-State: APt69E2RYqmu7ipj1LZxj/9Ve9Rhcl2qDP+U17RuaqzFo9Ow6zK8FE6s IDGrFuOd4GKUn1Ofry46fNWIw6AXG71JEktFmECfNA== X-Google-Smtp-Source: ADUXVKIlFXeKAexh7Zj1AxkWDAXOYEjawKRdC+zlvypwqeN3EsUNbWq60JNiDl5kiJ2Gi6XP5tpUl9AzJ8tg5/If4pQ= X-Received: by 2002:a1c:b7d4:: with SMTP id h203-v6mr848533wmf.161.1528447895207; Fri, 08 Jun 2018 01:51:35 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a1c:2907:0:0:0:0:0 with HTTP; Fri, 8 Jun 2018 01:51:34 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Fri, 8 Jun 2018 09:51:34 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch]: RM 3362 - Fix the functions for PG v11, and add support procedure for PG v11 To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000da14a5056e1d817a" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000da14a5056e1d817a Content-Type: text/plain; charset="UTF-8" Hi On Thu, Jun 7, 2018 at 11:27 AM, Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Please ignore my previous patch, find the attached updated one. > I found a couple of issues with this: - Clicking the + button on the Parameters tab does nothing in either Create or Edit modes - The debugger fails to start (though, perhaps that's because the plugin doesn't have Ashesh's latest patches in it). FYI, I was trying to test the debugger with: -- PROCEDURE: public.dummy_proc(integer) -- DROP PROCEDURE public.dummy_proc(integer); CREATE OR REPLACE PROCEDURE public.dummy_proc( id integer) LANGUAGE 'plpgsql' AS $BODY$BEGIN raise notice 'id is %', id; END;$BODY$; Thanks! -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000da14a5056e1d817a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

On Thu, Jun 7, 2018 at 11:27 AM, Khushboo Vashi <= ;khush= boo.vashi@enterprisedb.com> wrote:
Hi,

Please i= gnore my previous patch, find the attached updated one.

I found a couple of issues with this:
- Clicking the + button on the Parameters tab does nothing in = either Create or Edit modes

- The debugger fails t= o start (though, perhaps that's because the plugin doesn't have Ash= esh's latest patches in it).

FYI, I was trying= to test the debugger with:

-- PROCEDURE: pub= lic.dummy_proc(integer)

-- DROP PROCEDURE public.d= ummy_proc(integer);

CREATE OR REPLACE=C2=A0 PROCED= URE public.dummy_proc(
id= integer)
LANGUAGE 'plpgsql'

AS = $BODY$BEGIN
=C2=A0 raise notice 'id is %', id;
= END;$BODY$;

Thanks!

--
Dave Page
Blog: http://pgsnake.blogspot.comTwitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterpris= e PostgreSQL Company
--000000000000da14a5056e1d817a--