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 1gjhKC-00055T-0E for pgadmin-hackers@arkaria.postgresql.org; Wed, 16 Jan 2019 09:17:28 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gjhKA-0004PI-LR for pgadmin-hackers@arkaria.postgresql.org; Wed, 16 Jan 2019 09:17:26 +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 1gjhKA-0004PB-B4 for pgadmin-hackers@lists.postgresql.org; Wed, 16 Jan 2019 09:17:26 +0000 Received: from mail-qk1-x732.google.com ([2607:f8b0:4864:20::732]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gjhK7-0006Ii-9R for pgadmin-hackers@postgresql.org; Wed, 16 Jan 2019 09:17:25 +0000 Received: by mail-qk1-x732.google.com with SMTP id o125so3350533qkf.3 for ; Wed, 16 Jan 2019 01:17:23 -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=iiR8a3+OdCQj59U3hs8Wn5MAxRdAFyu0fHBE3KoHu78=; b=hTPOM0E4DP0FiJyTARaVB4SibGC9pbWIKLRqFzR5kEUkBWeMGcav6F8jG0k6bpcPzr AinqzdXkWsTnCj3qZuFWSmPYldvIrjdV+DQiJIVS3i1OPI8jaQAY6WaWlCTwI1UywJ6N e+dq68tVuRlb8ioHllBqGcT3sn9mFVAybUQEveVqyrX3dv6jyo2UyCFMmBEtF54LwA6o kN0OpsuqSnRGjzpw9hVpuI85S5hq1N5F6rex0fb8T6mRBHHAKJIlHy6lUYjBAr1rHyIc 6VrqVlaUeJZWqJJCZoZF9ELi7tB0MO1ozQEEH63dQ6ffJkOaXG5os2Za3/kJL0JvwASY BFFg== 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=iiR8a3+OdCQj59U3hs8Wn5MAxRdAFyu0fHBE3KoHu78=; b=pRkaxebprk5T2aL61Jy8oEA2afA1gMkIA8+VMJFHoyyryrn/H/XJYEMnfiBIxJYcXg q7GZWYsNhcZiJGFvQIodQ6KMwsihqPGuaGaBiIy2dugnPA7CUjSSvWi+uyiuHtF6O+rX p0Jag8LByNuhkm+Fd4UPF8XdKUlGSl8bhP/pODVTvo5I9mnE6cPdx8KmH2JeTLpIHj7s +UBpz/MS1+GTn0R8ttQkAIf4aJ3snO6nFPy+WBh2HFOauszTsD5gXBCQ8H0DvEp8e4M0 8cXXHUCXAMfbjvXsqknMVoTVCndqPjLn7PicP/8m/QbXtSOE0++bTsj2iqDamXOd+iQk sCig== X-Gm-Message-State: AJcUukdVpSk0p+wYOIlJshdoc3V2sYRT8KRrZX60fTCF9EA4fgS1V7g9 XCuQkTzom5b9xTfB11D6fiGGPd7l+6FKhx1SQgsoxA== X-Google-Smtp-Source: ALg8bN7JAwwH3f2HPXaOWgQINqp0/xO7hWqbMRPRiw3UOFV4jAlRqCYbwZdZXlV6A1j8qqDo71j6mbfv1R9/VmYMHJA= X-Received: by 2002:a37:5741:: with SMTP id l62mr6015038qkb.44.1547630241398; Wed, 16 Jan 2019 01:17:21 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Wed, 16 Jan 2019 14:47:09 +0530 Message-ID: Subject: Re: [pgAdmin4][RM3837] Trigger when option syntax error To: Aditya Toshniwal Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000c86040057f8fbee3" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000c86040057f8fbee3 Content-Type: text/plain; charset="UTF-8" Thanks patch applied. On Wed, Jan 16, 2019 at 1:17 PM Aditya Toshniwal < aditya.toshniwal@enterprisedb.com> wrote: > Hi Hackers, > > Kindly ignore the previous patch, some typo mistake in filename. Apologies. > Attached is the updated patch. > > On Wed, Jan 16, 2019 at 11:19 AM Aditya Toshniwal < > aditya.toshniwal@enterprisedb.com> wrote: > >> Hi Hackers, >> >> Please find the updated patch. Kindly review. >> >> On Tue, Jan 15, 2019 at 6:05 PM Akshay Joshi < >> akshay.joshi@enterprisedb.com> wrote: >> >>> Hi Aditya >>> >>> Facing issue when tested on EPAS 10, please verify it on EPAS. >>> >>> On Mon, Jan 14, 2019 at 6:26 PM Aditya Toshniwal < >>> aditya.toshniwal@enterprisedb.com> wrote: >>> >>>> Hi Hackers, >>>> >>>> Attached is the patch to fix the syntax error if when clause is given. >>>> Kindly review. >>>> >>>> -- >>>> Thanks and Regards, >>>> Aditya Toshniwal >>>> Software Engineer | EnterpriseDB Software Solutions | Pune >>>> "Don't Complain about Heat, Plant a tree" >>>> >>> >>> >>> -- >>> *Akshay Joshi* >>> >>> *Sr. Software Architect * >>> >>> >>> >>> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* >>> >> >> >> -- >> Thanks and Regards, >> Aditya Toshniwal >> Software Engineer | EnterpriseDB Software Solutions | Pune >> "Don't Complain about Heat, Plant a tree" >> > > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB Software Solutions | Pune > "Don't Complain about Heat, Plant a tree" > -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* --000000000000c86040057f8fbee3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks patch applied.

=
On Wed, Jan 16, 2019 at 1:17 PM Aditya Toshniwal <aditya.toshniwal@enterprise= db.com> wrote:
Hi Hackers,

Kindly ignore the previous patch, some = typo mistake in filename. Apologies.
Attached is the updated patch.

On Wed, Jan 16, 2019 at= 11:19 AM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:=
Hi = Hackers,

Please find the updated patch. Kindly review.

=
On Tue, Jan 15, 2019 at 6:05 PM= Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi=C2=A0Aditya
Facing issue when tested on EPAS 10, please verify it on E= PAS.

On Mon, Jan= 14, 2019 at 6:26 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com= > wrote:
Hi Hackers,

Attached is the patch to fix the syntax error if w= hen clause is given.
Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer |=C2=A0EnterpriseDB So= ftware Solutions |=C2=A0Pune
"Don't Complain about Heat, = Plant a tree"


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


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


--
Thanks and Regards,
Aditya Toshniwal
Software Engineer |=C2=A0= EnterpriseDB Software Solutions |=C2=A0= Pune
"Don't Compla= in about Heat, Plant a tree"


--
Thanks and Regards,
Aditya Toshniwal
Software Engineer |=C2=A0EnterpriseDB Software Sol= utions |=C2=A0Pune
"Don't Complain about Heat, Plant a tr= ee"


--
Akshay Joshi
Sr. S= oftware Architect
=

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