Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gmEdC-0002t9-W6 for pgadmin-hackers@arkaria.postgresql.org; Wed, 23 Jan 2019 09:15:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gmEdB-0004z5-LK for pgadmin-hackers@arkaria.postgresql.org; Wed, 23 Jan 2019 09:15:33 +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_SHA1:256) (Exim 4.89) (envelope-from ) id 1gmEdB-0004yx-Fr for pgadmin-hackers@lists.postgresql.org; Wed, 23 Jan 2019 09:15:33 +0000 Received: from mail-qt1-x836.google.com ([2607:f8b0:4864:20::836]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gmEd8-0000GH-JD for pgadmin-hackers@postgresql.org; Wed, 23 Jan 2019 09:15:32 +0000 Received: by mail-qt1-x836.google.com with SMTP id t13so1554329qtn.3 for ; Wed, 23 Jan 2019 01:15:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=N4pqUEzS2OpS3BH4NNed3cILejcnPC25qBNj7GqOOlQ=; b=vnjlTlkuXOWBXtaIHIzZSFwznG7Ck1I7jZNXXNiWLaoVIum6lg6PUD2CaDVpkD/BVQ Vuc7FO5+GsjOUtYQaUM338JkLzsVrOrL432sJWDQh6qqLdHlt+K46U14RZVipYVdX/vP KO/JLW61VsaO3NGLH4vrX/LlvZOEaeysqlMV0WCR5RjOWxvCqGKJ6H3ZDA8JwPjiStqo o57zsaQe7yHzlTLphZwuxeGzuuBPRzF3fQf/U6+QbL31/Cxlle70QjZPpkZN9zvpwVf8 V7efdhPG1svjvA43ocGsXV7135E6jANxtHF/Qstp4XRF9yeuVNlvHec135aNwN0lAWW9 Bvcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=N4pqUEzS2OpS3BH4NNed3cILejcnPC25qBNj7GqOOlQ=; b=fIVSsSy9GL924zFgvOaTZiTzupPdHaanEZYy51gLM+a/2JjeUfeZGLG04SLfMR+vUS hdwYjgauEeXIXtWyO15GvfEFF80nrMb4a4fzKKjel7Ssx0J4q4X3J67BDN3liO6b3ybi 21z4voWhdM+HMRmEyuSmwH1rNY3G1XQ80YJwYb4+86eZJRa5Fw5Hhm4QOkqshiJVRbyk c6GxuFJ/9mvPV7zyBy3EogU5FyHXAEjNKZvWkE+2Cwx/JguOOrYACKGmEmXIgMUVUHwa y4Q0a6iZmgA8FDBK5/nYGLxzX2UZhS0cPwAPvs+NA4ETrTFUE8ZIW0Kr36WDya07cSyU VHoA== X-Gm-Message-State: AJcUukf32oE3b8J8FGCq/XzIvZQvomotcjE/VcTXMkPsIRDyH6Ml2BG1 NxLiZTpCszN2s8aht43IOWFkQPd33yPm02vaAE6QQAd5 X-Google-Smtp-Source: ALg8bN6at1w0xJC+hiu30ygLRMk0o3sgLCCOyAqmN48PPRVDtWlq6PS44dM6ykmsuwqdm8DFVRi6vNW62QU7mO3t8Kk= X-Received: by 2002:a0c:9aca:: with SMTP id k10mr1231873qvf.185.1548234928922; Wed, 23 Jan 2019 01:15:28 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Wed, 23 Jan 2019 14:45:17 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch] - RM 3850 - EXEC script generates incorrect syntax: ERROR: syntax error at or near To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000f7ae9305801c88a9" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000f7ae9305801c88a9 Content-Type: text/plain; charset="UTF-8" Thanks patch applied. On Wed, Jan 23, 2019 at 2:23 PM Akshay Joshi wrote: > Sorry, it's working. I'll review and commit it. > > On Wed, Jan 23, 2019 at 2:16 PM Akshay Joshi < > akshay.joshi@enterprisedb.com> wrote: > >> Hi Khushboo >> >> Patch not working when procedure is created with arguments. Can you >> please verify it. >> >> On Wed, Jan 23, 2019 at 12:59 PM Khushboo Vashi < >> khushboo.vashi@enterprisedb.com> wrote: >> >>> Hi, >>> >>> Please find the attached patch to fix the RM 3850 - EXEC script >>> generates incorrect syntax: ERROR: syntax error at or near. >>> >>> Thanks, >>> Khushboo >>> >>> >>> >> >> -- >> *Akshay Joshi* >> >> *Sr. Software Architect * >> >> >> >> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* >> > > > -- > *Akshay Joshi* > > *Sr. Software Architect * > > > > *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* > -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* --000000000000f7ae9305801c88a9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks patch applied.

=
On Wed, Jan 23, 2019 at 2:23 PM Aksha= y Joshi <akshay.joshi@e= nterprisedb.com> wrote:
Sorry, it's working. I= 'll review and commit it.

On Wed, Jan 23, 2= 019 at 2:16 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi=C2= =A0Khushboo

Patch not working when procedure is created = with arguments. Can you please verify it.

On Wed, Jan 23, 2019 at 12:59 PM Khushboo Vashi = <kh= ushboo.vashi@enterprisedb.com> wrote:
Hi,

Please= find the attached patch to fix the RM 3850 - EXEC script generates incorre= ct syntax: ERROR: syntax error at or near.

Thanks,=
Khushboo




--
= Akshay Joshi
Sr. Software Architect

=

<= /font>
Phon= e: +91 20-3058-9517
Mobile: +91 976-788-8246


--
Akshay Joshi
Sr. Software Architect
<= div>

Phone: +91 20-3058-9517
Mobi= le: +91 976-788-8246


--
Akshay Joshi
Sr. S= oftware Architect
=

Phone: +91 20-3058-9517
Mobile: +91 976-788-8246
=
--000000000000f7ae9305801c88a9--