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 1iiI88-0007TV-SM for pgadmin-hackers@arkaria.postgresql.org; Fri, 20 Dec 2019 13:15:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1iiI87-0004cj-Lm for pgadmin-hackers@arkaria.postgresql.org; Fri, 20 Dec 2019 13:15:43 +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 1iiI87-0004c3-Dx for pgadmin-hackers@lists.postgresql.org; Fri, 20 Dec 2019 13:15:43 +0000 Received: from mail-io1-xd2d.google.com ([2607:f8b0:4864:20::d2d]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1iiI85-0000Ue-2S for pgadmin-hackers@postgresql.org; Fri, 20 Dec 2019 13:15:42 +0000 Received: by mail-io1-xd2d.google.com with SMTP id z193so9342125iof.1 for ; Fri, 20 Dec 2019 05:15:40 -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=koDgvGy51fZJkgrmR1PVosryJsvC/mABWzHK7TIYg+I=; b=c1SabTFOF+peR2YwJjnv+97JM/w0Ttj/U5iG+JtGmcZgN1LaslN7ul58eKUN4QwZxh ak+3D+gmZAbvGgIZ8x2PXKfbJqlwPfPBESTT8YHTPd3KregJD0RWLVE5RfeEr9vyp+0d zKB9tdHdwc+HBhG3KI1selgV+bWUqw5GE8gpyUoB1JBNSMdT04Cjh7W4psxhWZ3pTMTQ vKYQ1haRSe2iacZfBTk/5c1uMVZkcNVIYWZYNJto4hOfeS61qMkPDptZi3su2vzRkqdG 2xWuOup3OLQptxz9R0RqhhY5yBZoIyH46l51GGuEFX0WLNmdfnSCyr52FkbR/1CDRzm+ SK1g== 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=koDgvGy51fZJkgrmR1PVosryJsvC/mABWzHK7TIYg+I=; b=KBEc+v374Wmqj+1AY3uIGnDwgrhvJ8+cVH0VfvHq7eThMTS+AyjDuCaUKPNqg188A4 Ox3zS0nns+zq8PBiWo+UCN0y0EJxXrzgzXuS6EzMar51pHFVhoPGRu/N9NGcb/+7AnMk b+igG6KXhNu5s6uIqkkT33XvcZOIcpGQKbudD0n7p7E66rTJp+29UrlHpCI05UVQpAHd gbKlGSI/0Re7Byt4IW6tX1ngaLJ1eSerMXQTqaxvOO/icBtgrxVpz0Tpn4hbopUQHMNV jd5nVOfyshgNXwXwjIYvqRgWIztk3MrpMXDOP7/ldZBB5dfvu4E6vcN6LgetwbzxnHET rWNg== X-Gm-Message-State: APjAAAUWUgIpHs1IgoS5tv869xHh8GKGVOUraKbKgYIWOykewfK5hULd rHSud8eHtA8FR7KDePhYUZtT9SPlfav4x29uhyO7+7i3B/FmXS9Fhhg0N5un/3Llbk2tJz7ou8J aV20G5tU9BxSKEkVB45uYs8yR4XAbSDke3e2HI/z/6kHIPp+FdFsDFN0tbERPx6reDhYNdWXiFV qmlXYRFs3vCOJdXJREINH8NQb3YMYmzU+poN5s5u7vUA6HuwZhEcQ= X-Google-Smtp-Source: APXvYqw1WpxDXzFKEPVmL8nCA9+jm7JWUlxIF2UoK2jd1Mo+cr4n/WEUgj6nHqzt3L0JEekYag0WSakTcLXvrsoAE/4= X-Received: by 2002:a6b:e20c:: with SMTP id z12mr10120901ioc.236.1576847739024; Fri, 20 Dec 2019 05:15:39 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Fri, 20 Dec 2019 18:45:28 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch] - 5023 - Refactoring SQL of View and Materialized View. To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000598bba059a2279f4" X-CLOUD-SEC-AV-Info: edb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000598bba059a2279f4 Content-Type: text/plain; charset="UTF-8" Thanks, patch applied. On Fri, Dec 20, 2019 at 3:40 PM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Please find the attached small patch of refactoring SQL of views module. > RM -5023 > > Thanks, > Khushboo > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246* --000000000000598bba059a2279f4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.

On Fri, Dec 20, 2019 at 3:40 PM Khus= hboo Vashi <khushboo.= vashi@enterprisedb.com> wrote:
Hi,

Please find t= he attached small patch of refactoring SQL of views module. RM -5023
<= div>
Thanks,
Khushboo


--
Thanks & Regards
=
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
=
Mobile: += 91 976-788-8246
--000000000000598bba059a2279f4--