Re: [pgAdmin4][Patch]: Add support for CREATE, SELECT & INSERT functionality in View and Materialized view

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: Add support for CREATE, SELECT & INSERT functionality in View and Materialized view
Date: 2016-05-24 18:24:20
Message-ID: CAG7mmowA5Cgk76FDARhRxGE5p3u1+sNfcDEXN6oKXaH5LZUzxQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - committed with some formatting change.
Also - fixed one issue related showing the trigger definition.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company
<http://www.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*
<http://www.linkedin.com/in/asheshvashi>

On Tue, May 24, 2016 at 2:31 PM, Surinder Kumar <
surinder(dot)kumar(at)enterprisedb(dot)com> wrote:

> Hi,
>
> Please find attached patch to add support for CREATE, SELECT & INSERT
> functionality in view and materialized view.
> The option for CREATE, SELECT & INSERT is available in Object menu and
> context menu on view and materialized view node.
>
> Please review the patch.
>
> Thanks,
> Surinder Kumar
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-05-24 18:26:46 pgAdmin 4 commit: Fixes #1135 - resolved an issue dropping a role with
Previous Message Ashesh Vashi 2016-05-24 18:23:42 pgAdmin 4 commit: Added support for the CREATE script for View and Mate