Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84) (envelope-from ) id 1ae6T3-0003gV-HK for pgadmin-hackers@arkaria.postgresql.org; Thu, 10 Mar 2016 19:41:53 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ae6T3-0001Nc-3k for pgadmin-hackers@arkaria.postgresql.org; Thu, 10 Mar 2016 19:41:53 +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_SHA384:256) (Exim 4.84) (envelope-from ) id 1ae6T2-0001Mc-LK for pgadmin-hackers@postgresql.org; Thu, 10 Mar 2016 19:41:52 +0000 Received: from mail-ig0-x22c.google.com ([2607:f8b0:4001:c05::22c]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1ae6Sy-0004Px-RV for pgadmin-hackers@postgresql.org; Thu, 10 Mar 2016 19:41:52 +0000 Received: by mail-ig0-x22c.google.com with SMTP id av4so1233059igc.1 for ; Thu, 10 Mar 2016 11:41:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Vw5t/GXG3o9SLUYqvTOENq7nhnmqvHz4+7FBu89XwYM=; b=jlYzw5YZ4XjxRoBIdMzAT+rrvyp6k+5G4LWs5dLLH5m+V1Apt9AdWRRE461V611zCr jHDdkMwSp+cDxqw3pKP2cKoNdQBLmDDZ1wX/3XKzDIpKwBy/gwAzuh1hfaf61uFgeCiN mQwmT9BvHuwpQrhR9I5zeBjt7vvLBkNxiVJ6sT/TY4r24bkqRO34sO/bGP+oZLWG3jCF I/BLbOar//zBFDZZL/vd066Oo2946BgJE6y6Uqy8OhwENV21DUZ2y6rrTd4XPRVRVAG2 2Lik4WSBn3xDL8ztrOUrxRF2mXqX0ojZ3RkNd2LGeSQ45V3F3pjKJBK8rDgRXD+o9QrY MJwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Vw5t/GXG3o9SLUYqvTOENq7nhnmqvHz4+7FBu89XwYM=; b=iMFcq2nWyA7v7Cv6ZlEdxohvYnIsiKWHRno4aqqC6gYQwuUPc6tUs8/16dt7BwGfC4 M8xKmQ8XAEunt49Ig/GWxfA5e0Z6ZXCRhE20QqCclyC1+1DN19hRvNa5z/9hznryIp1s YnuAS0A3G71cUe2/r/pvsf1nL+VhnF75OHrczOmbY18WcEGHlQssCtNjG1rLhc3dw6bl b3buOnOPKoy0PqwiKDCXiknkENIYlJ7XjDnWVGaC8phI3gKEpNg/4j9RYs/erXVAK/Cm Fzf4gf9tl0zQxmAHwMgTjRvZPElV8yCcbhV6coF9C9zvxxhaLzF1bAFzXC8r/tPCZM/z R+NQ== X-Gm-Message-State: AD7BkJIO8oNqgLquHZIfLOS+FT91AqQME9GH/3iFjMTFciQ/dTZ0jshTyfsEfQ7CqIgjPeSyu8FBUFV5VpcV/GUm X-Received: by 10.50.143.105 with SMTP id sd9mr17251igb.73.1457638906587; Thu, 10 Mar 2016 11:41:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.39.5 with HTTP; Thu, 10 Mar 2016 11:41:27 -0800 (PST) In-Reply-To: References: From: Ashesh Vashi Date: Fri, 11 Mar 2016 01:11:27 +0530 Message-ID: Subject: Re: PATCH: Added Node Type & Catalog objects [pgAdmin4] To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a1134ca3a3d047b052db701ff X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a1134ca3a3d047b052db701ff Content-Type: text/plain; charset=UTF-8 Committed the catalog_objects with few changes: - Renamed to catalog_objects - columns under it were renamed to catalog_object_column - Some of the query were specific to PPAS moved them to specific SQL templates. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Tue, Mar 8, 2016 at 7:08 PM, Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi, > > PFA patch to add new nodes in pgAdmin4. > 1) Type node > 2) Catalog objects > > *Note:* Both above nodes depended on schema/catalog node, Please apply > them after latest patch of schema/catalog from Ashesh. > - Type node also depends on parse_priv_function_templates.patch (which I > sent in separate email today) > > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > --001a1134ca3a3d047b052db701ff Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Committed the catalog_objects with few changes:

- Renamed to catalog_objects
- columns under it were ren= amed to catalog_object_column
- Some of the query were specific t= o PPAS moved them to specific SQL templates.

--

Thank= s & Regards,

Ashesh VashiEnterpriseDB= INDIA: En= terprise PostgreSQL Company

<= br>

<= a href=3D"http://www.linkedin.com/in/asheshvashi" target=3D"_blank">http= ://www.linkedin.com/in/asheshvashi


On Tue, Mar 8, 2016 at 7:08 PM, Murtuza Zabu= awala <murtuza.zabuawala@enterprisedb.com> = wrote:
Hi,

PFA patch to add new nodes in pgAdmin4.
1) Type node
<= div>2) Catalog objects

Note: Both ab= ove nodes depended on schema/catalog node, Please apply them after latest p= atch of schema/catalog from Ashesh.
- Type node also depends on p= arse_priv_function_templates.patch (which I sent in separate email today)


--Regards,
Murtuza Zabuawala
EnterpriseDB:=C2= =A0http://www.enterprisedb.com=
The Enterprise PostgreSQL Company



--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers=


--001a1134ca3a3d047b052db701ff--