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 1gmEBA-0001ZG-Fu for pgadmin-hackers@arkaria.postgresql.org; Wed, 23 Jan 2019 08:46:36 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gmEB9-0006f1-4n for pgadmin-hackers@arkaria.postgresql.org; Wed, 23 Jan 2019 08:46:35 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gmEB8-0006dF-P6 for pgadmin-hackers@lists.postgresql.org; Wed, 23 Jan 2019 08:46:35 +0000 Received: from mail-qt1-x844.google.com ([2607:f8b0:4864:20::844]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gmEB6-0007X3-4S for pgadmin-hackers@postgresql.org; Wed, 23 Jan 2019 08:46:33 +0000 Received: by mail-qt1-x844.google.com with SMTP id n32so1431606qte.11 for ; Wed, 23 Jan 2019 00:46:31 -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=O8L7EZ0TsB7F/7sCH7Gn05pcvGqJL/AvhzER20bRUeY=; b=xUrG0kdfcBJYwNtx+iVc6H0hGZf4ocfiO0Ujb83Edrb+r+Jg9LPZRYG3sTfeHOxEjs vuLQ8ujpZVD+zbluLpSodpwkrL/CtRj9yjIUnlzJLdG/181ZhgDDd/7I1MUkF+4hKFCV aCcuoBCeW/W9H6JSlmPuQiM5N6PcHaxdDkceW7cVYf3YS3YKcG27v3swdW8M1R4NUA7T dP98S5pRs/s2xRj88V81V/vNxs9CIH5eml8ckesLBtl6kxS7/3pdV8PjxbiSduEFlCtv Up4jewBeqXWVTZSr6qvfroFw6IzM3QZkoLL60zM3/6oUE1OEGPtbDePC+fsQ8rBmvybi Qj4Q== 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=O8L7EZ0TsB7F/7sCH7Gn05pcvGqJL/AvhzER20bRUeY=; b=cMAm/QeD0ZB3A5bCmPpKZ1vcK62DCW1L17TLyhzU7hC8DolkZccjrqbAjpk0wsndwW 5w5kGCqb6+p7OTjQ4JrlcfsvO4AtyP/8WvT14ubqPaeGOSdqD/KxXNkJ4vuxA33bh+SG fXGkNKolA8eeq0gjJQnpONtQhAuVqaUUdZLK+IQ4ek6+56PC1cUXbPSNRsY35iFucMZd xViCD/GUKOkcJTWxfbJTnoUXS8AdOC3Kwb7wb+KWGoApLabzN1cylJ3LEfRlB3JGopQy 7yPOrclcZ21S/954HfoiC2UoZUSzu9CGFHJux1jYizkxRCbkuDDuciAyKN5QyFCr+S75 Tmtw== X-Gm-Message-State: AJcUukfRhqPg9tieFh3c+teVkEfAay1OjUcmmy0uIhzdhkjM8Y+n7DTb hRXnV1o+x+pUJnlGPyhtUnoTrm+447SsF7vhOtYl/g== X-Google-Smtp-Source: ALg8bN7jNXiO2Im7so+g3oJOSuScW04hFW1Cx/RgXM7H9Qso3IW0bfvk4yZOOpTsS5/cjWrdoPDGZYfJ9ir8Kyag5ks= X-Received: by 2002:a0c:981b:: with SMTP id c27mr1207576qvd.184.1548233191270; Wed, 23 Jan 2019 00:46:31 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Wed, 23 Jan 2019 14:16:13 +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="00000000000065408405801c21b0" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000065408405801c21b0 Content-Type: text/plain; charset="UTF-8" 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* --00000000000065408405801c21b0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
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 <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. S= oftware Architect
=

Phone: +91 20-3058-9517
Mobile: +91 976-788-8246
=
--00000000000065408405801c21b0--