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 1ghTZD-000263-AI for pgadmin-hackers@arkaria.postgresql.org; Thu, 10 Jan 2019 06:11:47 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1ghTZC-0008Ki-14 for pgadmin-hackers@arkaria.postgresql.org; Thu, 10 Jan 2019 06:11:46 +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 1ghTZB-0008Ka-Nu for pgadmin-hackers@lists.postgresql.org; Thu, 10 Jan 2019 06:11:45 +0000 Received: from mail-wm1-x341.google.com ([2a00:1450:4864:20::341]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ghTZ7-0006QF-Mu for pgadmin-hackers@postgresql.org; Thu, 10 Jan 2019 06:11:45 +0000 Received: by mail-wm1-x341.google.com with SMTP id f188so10681047wmf.5 for ; Wed, 09 Jan 2019 22:11:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=yxaDi6tgK3fVZtMSKvLvuakQKorxusLlTTno4sYPvDk=; b=PsEtIr6DbxGo79AY22gPY0nnHULu6c+ZakTv97nWRsxfAbekHGCo2zJBXjIbq3YRc5 6bHvIwyQ9I6acpSEsfU2OGJsoll75LkCw822OPrR01iAQmIgt/A4Dlx39avZKh9V+YXE m1ePiECqxDFDelW6eFvUs+s16nAcKIro0jMVyJYnsI+IkppfKKve3FxS06L2m7+bq82u gXbCa/KV/zQECP951LKkf1fkpADsSb0RctIn868Sp1BLmKX+n3cwlRRGzA0m9RMROf18 n45+8Rs5wlTpHc1C7osbhmSP1w0ZSJZ6b2GUGC382Np7/tVrrpp0G5M/IkaR9yMWXCKu onVQ== 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=yxaDi6tgK3fVZtMSKvLvuakQKorxusLlTTno4sYPvDk=; b=PfTPERu5FgxQomMeuivUFOaCofM+f8oITMpBCUUcHwtUHvxxJ/1NdYnxNjaAt9Vyli RTUcSpgy61BCO5Om4SE5H55/l1ZP7iyp1B6fiDdkOCvaOTzpI8Pmo06LH+GmtKcVdr5i hh+emIUJZPKCiK8ZU+8KPWWzvKCMPHWWqEq8KWf3o5THQMV7gL+R0Hm2J0DRZaDPfrIT URiEMHhOo8yt6ZmdvEbB05CUNzyOeWViA21SAdrrlWVk2/uQzxJNie84ZJZzAmeBh6Eg /ssRvMWgBEtoXVKc4/fqN8zz/WjueeiSFuWTlvKOLCEMQKG9d/Xh7v11A6KmMRsQ4k1W /gyg== X-Gm-Message-State: AJcUuke7ry+L2WLYMuaXUckMITZb9gK5Ds2unMRV+rPnBggLyLHrQ7Is thKbgwN83IT4axMU+GpXjm13pbB4ZvfDZLIDMYmPsi78LFijGg== X-Google-Smtp-Source: ALg8bN4g0RFkUrhvfORfyHoU6ltLNDT8jT6hU1qs5K6Vs3UK3tEDUtWFmXIqlRb5/BitS1gkC8V3XkUXQDuRcA1ExHQ= X-Received: by 2002:a1c:7719:: with SMTP id t25mr9001805wmi.7.1547100700388; Wed, 09 Jan 2019 22:11:40 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Thu, 10 Jan 2019 11:41:28 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch] - RM 3842 pg_catalogs schema should not displayed in properties tab To: Akshay Joshi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000adbf67057f147394" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000adbf67057f147394 Content-Type: text/plain; charset="UTF-8" Hi On Wed, Jan 9, 2019 at 4:09 PM Akshay Joshi wrote: > Hi Hackers, > > Attached is the patch to fix RM #3842 pg_catalogs schema should not > displayed in properties tab. > > Please review it. > Thanks, applied. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000adbf67057f147394 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

On Wed, Jan 9, 2019 at 4:09 PM Akshay Joshi <akshay.joshi@enterprisedb.com> = wrote:
Hi Hackers,

Attach= ed is the patch to fix RM #3842=C2=A0pg_catalogs schema should not displaye= d in properties tab.

Please review it.
=

Thanks, applied.
--
Dave Page
Blog:= http://pgsnake.b= logspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com=
The Enterprise PostgreSQL Company
--000000000000adbf67057f147394--